Skip to main content

TimeRulerCellStyle Members

The storage for Day-based View’s time ruler cell appearance settings.

Constructors

Name Description
TimeRulerCellStyle() Initializes a new TimeRulerCellStyle instance with the default settings.

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor dependency property.
ContentPaddingProperty static Identifies the ContentPadding dependency property.
CustomizerProperty static Identifies the Customizer dependency property.
IntervalLabelFormatProperty static Identifies the IntervalLabelFormat dependency property.
IntervalLabelTextStyleProperty static Identifies the IntervalLabelTextStyle dependency property.
IntervalTickColorProperty static Identifies the IntervalTickColor dependency property.
IntervalTickLengthProperty static Identifies the IntervalTickLength dependency property.
SlotLabelFormatProperty static Identifies the SlotLabelFormat dependency property.
SlotLabelTextStyleProperty static Identifies the SlotLabelTextStyle dependency property.
SlotTickColorProperty static Identifies the SlotTickColor dependency property.
SlotTickLengthProperty static Identifies the SlotTickLength dependency property.
TickThicknessProperty static Identifies the TickThickness dependency property.

Properties

Name Description
BackgroundColor Gets or sets the color that all time ruler cells use to paint their background.
ContentPadding Gets or sets the padding of all time ruler cells.
Customizer Gets or sets an object that manages an individual cell’s appearance settings.
IntervalLabelFormat Gets or sets the string format a cell uses to generate text it displays when the cell displays a time slot that is the first slot in the time scale interval.
IntervalLabelTextStyle Gets or sets text appearance settings a cell uses to generate text it displays when the cell displays a time slot that is the first slot in the time scale interval.
IntervalTickColor Gets or sets the color a cell uses to paint its tick when the cell displays a time slot that is the last slot in the time scale interval.
IntervalTickLength Gets or sets the tick length of a cell when it displays a time slot that is the last slot in the time scale interval.
SlotLabelFormat Gets or sets the string format a cell uses to generate text it displays.
SlotLabelTextStyle Gets or sets text appearance settings a cell uses to generate text it displays.
SlotTickColor Gets or sets the color a cell uses to paint its tick.
SlotTickLength Gets or sets the tick length of a cell.
TickThickness Gets or sets the thickness of a cell’s tick.
See Also