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


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