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

In This Topic
    DefaultPadding Property
    In This Topic
    Gets the internal spacing, in pixels, of the contents of a control.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property DefaultPadding As Padding
    protected override Padding DefaultPadding {get;}

    Property Value

    A System.Windows.Forms.Padding that represents the internal spacing of the contents of a control.
    See Also