Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / C1ExpressionEditorPanel Class / DefaultSize Property

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

    Property Value

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