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