Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / Sides Property


In This Topic
Sides Property
In This Topic
Gets or sets the number of sides in the shape.
Syntax
'Declaration
 
Public Overridable Property Sides As Integer
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Integer
 
instance.Sides = value
 
value = instance.Sides
See Also