ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / PaintDay Event

In This Topic
    PaintDay Event (C1GanttView)
    In This Topic
    Fires when painting day on chart view.
    Syntax
    'Declaration
     
    Public Event PaintDay As PaintDayEventHandler
    public event PaintDayEventHandler PaintDay
    Event Data

    The event handler receives an argument of type PaintDayEventArgs containing data related to this event. The following PaintDayEventArgs properties provide information specific to this event.

    PropertyDescription
    Sets the BackColor for painting day.  
    Gets the date of painting day.  
    Gets the date and time of painting interval.  
    Gets the end date and time (excluding) of painting interval.  
    The text color using to draw the header text (if the event is used to paint grid header).  
    The Graphics object.  
    The Rectangle of painting interval.  
    Gets the current BaseTask object.  
    ScaleTier header tier (if the event is used to paint grid header).  
    See Also