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

Property Value

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