CanSize Property (XShape)
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 XShape
Dim value As Sizing
instance.CanSize = value
value = instance.CanSize
public virtual Sizing CanSize {get; set;}
See Also