Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / DefaultSize Property

In This Topic
    DefaultSize Property (C1TextBoxBase)
    In This Topic
    Gets the default size of the control.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property DefaultSize As Size
    protected virtual Size DefaultSize {get;}

    Property Value

    The default System.Drawing.Size of the control.
    See Also