Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator Namespace / C1DbNavigator Class / DefaultMargin Property

In This Topic
    DefaultMargin Property
    In This Topic
    Gets the space, in pixels, that is specified by default between controls.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property DefaultMargin As Padding
    protected override Padding DefaultMargin {get;}

    Property Value

    A System.Windows.Forms.Padding that represents the default space between controls.
    See Also