TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / C1SuperLabelBase Class / AutoSize Property

In This Topic
    AutoSize Property (C1SuperLabelBase)
    In This Topic
    This property is not relevant for this class.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("SL.AutoSize", "Gets or sets a value indicating whether the control is automatically resized to display its entire contents.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    <BrowsableAttribute(True)>
    <C1CategoryAttribute("Layout")>
    Public Overrides Property AutoSize As Boolean
    [DefaultValue(false)]
    [C1Description("SL.AutoSize", "Gets or sets a value indicating whether the control is automatically resized to display its entire contents.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    [Browsable(true)]
    [C1Category("Layout")]
    public override bool AutoSize {get; set;}

    Property Value

    true if enabled; otherwise, false.
    See Also