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


In This Topic
    DayRenderStyle Class
    In This Topic
    Represents the style with which a day in the WinCalendar is painted.
    Syntax
    'Declaration
     
    Public Class DayRenderStyle 
       Inherits StringRenderStyle
    'Usage
     
    Dim instance As DayRenderStyle
    public class DayRenderStyle : StringRenderStyle 
    Inheritance Hierarchy

    System.Object
       Xceed.Editors.StringRenderStyle
          Xceed.Editors.DayRenderStyle

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public FieldThe background color of the used to paint the string. By default, SystemColors.Window. (Inherited from Xceed.Editors.StringRenderStyle)
    Public FieldThe StringRenderStyle.FontStyle used to paint the string. By default, FonStyle.Regular. (Inherited from Xceed.Editors.StringRenderStyle)
    Public FieldThe foreground color of the used to paint the string. By default, SystemColors.WindowText. (Inherited from Xceed.Editors.StringRenderStyle)
    Public FieldThe StringRenderStyle.StringFormat used to paint the string. (Inherited from Xceed.Editors.StringRenderStyle)
    Public FieldThe state of a day in the WinCalendar. By default, CalendarDayUIState.IsIdle.  
    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