Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Borders Structure / Borders Constructor / Borders Constructor(Int32)
A value representing the thickness, in pixels, of the left, top, right and bottom borders of a visual grid element.


    Borders Constructor(Int32)
    Initializes a new Borders structure with the left, top, right and bottom borders all having the same thickness.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal all As Integer _
    )
     
    'Usage
     
    Dim all As Integer
     
    Dim instance As New Borders(all)

    Parameters

    all
    A value representing the thickness, in pixels, of the left, top, right and bottom borders of a visual grid element.
    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