Spread Windows Forms 12.0 Product Documentation
DefaultMargin Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBar Class : DefaultMargin Property
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

Reference

FpScrollBar Class
FpScrollBar Members