Xceed Grid for WinForms v4.3 Documentation
Margins Constructor(Int32)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > Margins Structure > Margins Constructor : Margins Constructor(Int32)
A value representing the width, in pixels, of the left, top, right and bottom margins.
Initializes a new instance of the Margins structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal all As Integer _
)
'Usage
 
Dim all As Integer
 
Dim instance As New Margins(all)
public Margins( 
   int all
)

Parameters

all
A value representing the width, in pixels, of the left, top, right and bottom margins.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Margins Structure
Margins Members
Overload List