frmLIDesignDialog Member Details

frmLIDesignDialog Public Fields


frmLIDesignDialog Public Enumerations


frmLIDesignDialog Constructors
New
Plain Vanilla Constructor
Public Sub New()
Remarks:
Parameters:
New
Constructor specifying Root SheetOfAssertion and initializing from it
Public Sub New(ByVal Root As SheetOfAssertion)
Remarks:
Parameters:
ByVal Root As SheetOfAssertion


frmLIDesignDialog Public Properties
LIColor
The Color for the next Line of Identity (Dot) Category:
Public Property LIColor() As Color
Remarks:
IndexParameters:
Return Value:
Color
LIShape
General configuration-shape of the next Line of Identity Category:
Public Property LIShape() As LIShape
Remarks:
IndexParameters:
Return Value:
LIShape
LIWidth
Width in pixels of the next Line of Identity Category:
Public Property LIWidth() As Int32
Remarks:
IndexParameters:
Return Value:
Int32
RootSA
Root Graph of this Construction Category:
Public Property RootSA() As SheetOfAssertion
Remarks:
IndexParameters:
Return Value:
SheetOfAssertion


frmLIDesignDialog Public Methods
LocationAsClientCoord
Gives the Location of this Form in its own Client Coordinates
Public Function LocationAsClientCoord() As Point
Remarks:
Parameters:
Return Value:
Point
LocationAsScreenCoord
Gives the Location of this Form in Screen Coordinates
Public Function LocationAsScreenCoord() As Point
Remarks:
Parameters:
Return Value:
Point


frmLIDesignDialog Public Events
LIShapeChanged
Occurs when the shape of a Line of Identity is changed.
Public Event LIShapeChanged(ByVal NewShape As LIShape)
Event Data:
The event handler receives an argument of Type Dot.LIShape
EventHandler Parameters:
ByVal NewShape As LIShape

LIWidthChanged
Occurs when the width of a Line of Identity is changed.
Public Event LIWidthChanged(ByVal NewWidth As Int32)
Event Data:
The event handler receives an argument of Type Integer
EventHandler Parameters:
ByVal NewWidth As Int32