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


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