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


In This Topic
CanSize Property (MultiSideShape)
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 MultiSideShape
Dim value As Sizing
 
instance.CanSize = value
 
value = instance.CanSize
See Also