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


In This Topic
CanSize Property (CalloutArrowShape)
In This Topic
Gets or sets whether the user is allowed to resize the object.
Syntax
'Declaration
 
Public Overridable Property CanSize As Sizing
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Sizing
 
instance.CanSize = value
 
value = instance.CanSize
See Also