Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / MinimumScale Property


In This Topic
    MinimumScale Property
    In This Topic
    Gets or sets the minimum mark angle in degrees.
    Syntax
    'Declaration
     
    
    Public Property MinimumScale As Integer
    'Usage
     
    
    Dim instance As RotationAngle
    Dim value As Integer
     
    instance.MinimumScale = value
     
    value = instance.MinimumScale
    public int MinimumScale {get; set;}

    Property Value

    An int that indicates the minimum mark angle in degrees
    See Also