Xceed Grid for WinForms v4.3 Documentation
Xceed.UI.v1.4 Assembly / Xceed.UI Namespace / Margins Structure / Margins Constructor / Margins Constructor(Int32)
A value representing the width, in pixels, of the left, top, right and bottom margins.


Margins Constructor(Int32)
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)

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