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

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