Spread WinForms 15
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

Property Value

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