Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1Label Class / AutoSize Property

In This Topic
    AutoSize Property (C1Label)
    In This Topic
    Gets or sets a value that indicates whether the control resizes based on its contents.
    Syntax
    'Declaration
     
    
    Public Overrides Property AutoSize As Boolean
    public override bool AutoSize {get; set;}
    See Also