InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / AutoSize Property

In This Topic
    AutoSize Property (C1InputPanel)
    In This Topic
    Gets or sets a value indicating whether the size of the control automatically adjusts.
    Syntax
    'Declaration
     
    Public Overrides Property AutoSize As Boolean
    public override bool AutoSize {get; set;}
    See Also