dbicCalendar Send comments on this topic.
UserDrawnWeekSummaryEventArgs Class Members
See Also  Properties 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace : UserDrawnWeekSummaryEventArgs Class


"

The following tables list the members exposed by UserDrawnWeekSummaryEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnWeekSummaryEventArgs ConstructorInitializes a new instance of the UserDrawnWeekSummaryEventArgs class  
Top

Public Properties

 NameDescription
public PropertyBackColorGets or sets the primary color for the background.  
public PropertyBackColorToGets or sets the secondary color for the background.  
public PropertyDateGets or sets the starting date of the week summary.  
public PropertyFillTypeGets or sets the fill type for the background  
public PropertyForeColorGets or sets the color used to paint the text.  
public PropertyGraphicsGets the Graphics object that the week summary is being painted on.  
public PropertyPaintBackgroundGets or sets whether the control will paint the background of the week summary.  
public PropertyPaintTextGets or sets whether the control will paint the text of the week summary.  
public PropertyRectangleGets or sets the rectangular area of the week summary.  
public PropertyTextGets or sets the text to be drawn in the week summary.  
Top

See Also