Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScaleRule Class / Interval Property


In This Topic
    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;}
    See Also