FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / Locked Property


In This Topic
Locked Property (CalloutArrowShape)
In This Topic
Gets or sets whether the object is marked as locked.
Syntax
'Declaration
 
Public Overridable Property Locked As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
See Also