AutoSize Property (Shape)
Gets a boolean values indicates whether the shape is auto size.
public virtual bool AutoSize {get;}
'Declaration
Public Overridable ReadOnly Property AutoSize As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.AutoSize