[]
        
(Showing Draft Content)

C1.Win.Calendar.UI.DayStyle

DayStyle Class

The DayStyle class contains display attributes that determine the appearance of C1CalendarView day element on the screen.

Inheritance
DayStyle
Namespace: C1.Win.Calendar.UI
Assembly: C1.Win.Calendar.8.dll
Syntax
public class DayStyle : BaseStyle

Properties

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.

Methods

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()
ShouldSerializeFont()