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