Interval Property (ScaleRule)
In This Topic
Gets or sets the amount by which to decrement the zoom factor between scale tests.
Syntax
'Declaration
Public Property Interval As Single
'Usage
Dim instance As ScaleRule
Dim value As Single
instance.Interval = value
value = instance.Interval
public float Interval {get; set;}
Example
This example creates a scale rule for optimized printing.
See Also