Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / DaysBorders Class / Top Property


In This Topic
    Top Property (DaysBorders)
    In This Topic
    Gets top border surrounding the days in the WinCalendar.
    Syntax
    'Declaration
     
    <TypeConverterAttribute("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Top As BorderInfo
    'Usage
     
    Dim instance As DaysBorders
    Dim value As BorderInfo
     
    value = instance.Top
    [TypeConverter("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public BorderInfo Top {get;}

    Property Value

    A BorderInfo representing the top border.
    Remarks

    Modifying this border will modify the same border in all the calendars.

    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