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


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

    Property Value

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