[]
The DayStyle class contains display attributes that determine the appearance of C1CalendarView day element on the screen.
public class DayStyle : BaseStyle
| Name | Description |
|---|---|
| Font | Gets or sets text font of day element. |
| ForeColor | Gets or sets the Color used to paint the text of a day element. |
| Parent | Gets the parent collection. If some properties are reset or not initialized, the collection will search for them from the parent. |
| Name | Description |
|---|---|
| ApplyToStyle(Style) | Applies style to destination C1.Framework.Style object if it is possible. |
| Copy(BaseStyle) | Copies properties of the specified style of the same type. |
| Dispose(bool) | Releases all unmanaged resources. |
| Equals(Style) | Specified whether this instance and specified C1.Framework.Style object are equal. |
| Equals(DayStyle) | Specified whether this instance and specified DayStyle object are equal. |
| ResetFont() | |
| SetFont(Font) | Sets font property of the style. |
| ShouldSerializeFont() |