Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadVScrollBar Class / DefaultMargin Property


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

    Property Value

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