GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / PaintDayEventArgs Class / BackColor Property

In This Topic
    BackColor Property (PaintDayEventArgs)
    In This Topic
    Sets the BackColor for painting day.
    Syntax
    'Declaration
     
    Public Property BackColor As Nullable(Of Color)
    public Nullable<Color> BackColor {get; set;}
    See Also