Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / BorderInfo Class
Members


In This Topic
    BorderInfo Class
    In This Topic
    Represents one of the borders surrounding the days in the calendars.
    Syntax
    'Declaration
     
    Public Class BorderInfo 
    'Usage
     
    Dim instance As BorderInfo
    public class BorderInfo 
    Remarks

    The days in the calendars are surrounded by 4 borders: left, top, right and bottom. Modifying one or more of these borders will modify the same border in all the calendars.

    Inheritance Hierarchy

    System.Object
       Xceed.Editors.BorderInfo

    Public Properties
     NameDescription
    Public PropertyGets or sets the dash style of the border.  
    Public PropertyGets or sets the foreground color of the border.  
    Public PropertyGets or sets a value indicating if the border is visible.  
    Top
    Protected Properties
     NameDescription
    Protected Internal PropertyGets the default value of the DashStyle property.  
    Protected Internal PropertyGets the default value of the ForeColor property.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the DashStyle property to its default value, DefaultDashStyle.  
    Public MethodResets the value of the ForeColor property to its default value, DefaultForeColor.  
    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