AutoSize Property (Element)
In This Topic
Gets the System.Boolean value specifying whether element size is automatically determined by its style and contents.
Syntax
'Declaration
Public ReadOnly Property AutoSize As System.Boolean
public System.bool AutoSize {get;}
See Also