dbicDate Send comments on this topic.
UserDrawnWeekSummaryEventArgs Class Members
See Also  Properties 
dbicDate Assembly > Dbi.WinControl.Date 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 PropertyDateGets the starting date of the week summary  
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 PropertyPaintTextDetermines if the control will paint the text of the week summary or if the developer will.  
public PropertyRectangleGets the rectangle that contains the area where the week summary will be rendered.  
public PropertyTextGets or sets the text to be rendered by the control in the week summary.  
Top

See Also