frmGraphOptions Member Details

frmGraphOptions Public Fields


frmGraphOptions Public Enumerations


frmGraphOptions Constructors
New
The Plain-Vanilla Constructor
Public Sub New()
Remarks:
Parameters:
New
Constructor specifying the calling SheetOfAssertion
Public Sub New(ByVal CallingSA As SheetOfAssertion)
Remarks:
Parameters:
ByVal CallingSA As SheetOfAssertion


frmGraphOptions Public Properties
HasHypothesisArea
True iff the SheetOfAssertion Window has a Hyypothesis Area - i.e., this is not a ScratchPad Construction Category: Appearance
Public Property HasHypothesisArea() As Boolean
Remarks:
IndexParameters:
Return Value:
Boolean
HypAreaSizePerCent
When the Construction is NOT a ScratchPad, Sets or Gets the percentage of the SheetOfAssertion Window occupied by the Root (in this case, Verso) SA, which is where Hypotheses can be placed Category: Appearance
Public Property HypAreaSizePerCent() As Int32
Remarks:
IndexParameters:
Return Value:
Int32
HypBorderIsVertical
True iff the Hypothesis Area, should it occur, is divided from the rest of the SheetOfAssertion Window by a Vertical, rather than Horizontal Border Category: Appearance
Public Property HypBorderIsVertical() As Boolean
Remarks:
IndexParameters:
Return Value:
Boolean
ReFontAllSpots
True iff a change in SpotFont affects ALL Spots, and not just those instantiated after the change Category: Behavior
Public Property ReFontAllSpots() As Boolean
Remarks:
IndexParameters:
Return Value:
Boolean
RootSA
The SheetOfAssertion at the Root of this Graph Construction Category: Behavior
Public Property RootSA() As SheetOfAssertion
Remarks:
IndexParameters:
Return Value:
SheetOfAssertion
SABAckColor
Background Color of the Root SheetOfAssertion Category: Appearance
Public Property SABAckColor() As Color
Remarks:
IndexParameters:
Return Value:
Color
ShowDiagnosticLabels
True iff the ContainerGraphs of this Construction will display Name-Path, Location, and Size in their NW corner Category: Appearance
Public Property ShowDiagnosticLabels() As Boolean
Remarks:
IndexParameters:
Return Value:
Boolean
SpotFont
The Font employed for the VAriable Name shown on Spots Category: Appearance
Public ReadOnly Property SpotFont() As Font
Remarks:
IndexParameters:
Return Value:
Font


frmGraphOptions 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


frmGraphOptions Public Events