In This Topic
Gets or sets the zoom factor at which to begin testing.
Syntax
'Declaration
Public Property StartFactor As Single
'Usage
Dim instance As ScaleRule
Dim value As Single
instance.StartFactor = value
value = instance.StartFactor
public float StartFactor {get; set;}
Example
This example creates a scale rule for optimized printing.
See Also