Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / DefaultMargin Property


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

    Property Value

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