Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Borders Structure
Members


In This Topic
    Borders Structure
    In This Topic
    A structure representing the borders of a visual grid element.
    Syntax
    'Declaration
     
    Public Structure Borders 
       Inherits System.ValueType
    'Usage
     
    Dim instance As Borders
    public struct Borders : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Xceed.Grid.Borders

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents an empty Borders structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value representing the thickness, in pixels, of the bottom border.  
    Public PropertyGets or sets a value representing the thickness, in pixels, of the left border.  
    Public PropertyGets or sets a value representing the thickness, in pixels, of the right border.  
    Public PropertyGets or sets a value representing the thickness, in pixels, of the top border.  
    Top
    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