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


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