Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Borders Structure / Borders Constructor / Borders Constructor(Int32,Int32,Int32,Int32)
The thickness, in pixels, of the left border.
The thickness, in pixels, of the top border.
The thickness, in pixels, of the right border.
The thickness, in pixels, of the bottom border.


In This Topic
    Borders Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new Borders stucture representing, in pixels, the thickness of the left, top, right and bottom borders of a visual grid element.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer _
    )
    'Usage
     
    Dim left As Integer
    Dim top As Integer
    Dim right As Integer
    Dim bottom As Integer
     
    Dim instance As New Borders(left, top, right, bottom)
    public Borders( 
       int left,
       int top,
       int right,
       int bottom
    )

    Parameters

    left
    The thickness, in pixels, of the left border.
    top
    The thickness, in pixels, of the top border.
    right
    The thickness, in pixels, of the right border.
    bottom
    The thickness, in pixels, of the bottom border.
    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