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


In This Topic
Anchor Property (ThreeWayArrowShape)
In This Topic
Gets or sets whether the object is anchored.
Syntax
'Declaration
 
Public Overridable Property Anchor As Integer
 
'Usage
 
Dim instance As ThreeWayArrowShape
Dim value As Integer
 
instance.Anchor = value
 
value = instance.Anchor
See Also