In This Topic
Gets or sets whether the object can be resized.
Syntax
'Declaration
Public Property CanSize As Sizing
'Usage
Dim instance As Shape
Dim value As Sizing
instance.CanSize = value
value = instance.CanSize
public Sizing CanSize {get; set;}
See Also