Back to Devexpress

TimeRulerCellStyle Members

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-dot-timerulercellstyle-dot-underscore-members.md

latest7.2 KB
Original Source

TimeRulerCellStyle Members

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

Constructors

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

Fields

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

Properties

NameDescription
BackgroundColorGets or sets the color that all time ruler cells use to paint their background.
ContentPaddingGets or sets the padding of all time ruler cells.
CustomizerGets or sets an object that manages an individual cell’s appearance settings.
IntervalLabelFormatGets 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.
IntervalLabelTextStyleGets 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.
IntervalTickColorGets 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.
IntervalTickLengthGets or sets the tick length of a cell when it displays a time slot that is the last slot in the time scale interval.
SlotLabelFormatGets or sets the string format a cell uses to generate text it displays.
SlotLabelTextStyleGets or sets text appearance settings a cell uses to generate text it displays.
SlotTickColorGets or sets the color a cell uses to paint its tick.
SlotTickLengthGets or sets the tick length of a cell.
TickThicknessGets or sets the thickness of a cell’s tick.

See Also

TimeRulerCellStyle Class

DevExpress.XamarinForms.Scheduler Namespace