ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Element Class / AutoSize Property

In This Topic
    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