FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / SetState Method
Enumerated state in which to place the element


In This Topic
SetState Method (CalloutArrowShape)
In This Topic
Sets the state of the element.
Syntax
'Declaration
 
Public Overridable Sub SetState( _
   ByVal eState As ElementState _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim eState As ElementState
 
instance.SetState(eState)

Parameters

eState
Enumerated state in which to place the element
See Also