FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScaleRule Class / EndFactor Property


In This Topic
EndFactor Property
In This Topic
Gets or sets the zoom factor at which to stop testing.
Syntax
'Declaration
 
Public Property EndFactor As Single
 
'Usage
 
Dim instance As ScaleRule
Dim value As Single
 
instance.EndFactor = value
 
value = instance.EndFactor
See Also