FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / State Property


In This Topic
State Property (MultiSideShape)
In This Topic
Gets or sets the state of the element.
Syntax
'Declaration
 
Public Overridable Property State As ElementState
 
'Usage
 
Dim instance As MultiSideShape
Dim value As ElementState
 
instance.State = value
 
value = instance.State
See Also