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

In This Topic
    AutoSize Property (C1SuperLabelBase)
    In This Topic
    Gets or sets a value indicating whether the control is automatically resized to display its entire contents.
    Syntax
    'Declaration
     
    Public Overrides Property AutoSize As System.Boolean
    public override System.bool AutoSize {get; set;}
    See Also