Back to Devexpress

TimeRulerCellViewModel Properties

maui-devexpress-dot-maui-dot-scheduler-dot-timerulercellviewmodel-dot-underscore-properties.md

latest3.4 KB
Original Source

TimeRulerCellViewModel Properties

The storage for appearance settings values of an individual time ruler cell.

NameDescription
BackgroundColorGets or sets the color the time ruler cell uses to paint its background.
ContentPaddingGets or sets the padding of the cell’s content.
IsEndTimeIntervalBoundaryReturns whether the time slot the cell represents is at the end of the time interval to which the slot belongs.
IsStartTimeIntervalBoundaryReturns whether the time slot the cell represents is at the start of the time interval to which the slot belongs.
IsTimeDesignatorBoundaryReturns whether the cell represents the time slot that contains midday / midnight.
TextColorGets or sets the color the cell uses to paint its text.
TextFontAttributesGets or sets attributes that specifies whether the cell’s text is bold, italic, or neither.
TextFontFamilyGets or sets the font family that the cell uses to display its text.
TextFontSizeGets or sets the font size that the cell uses to display its text.
TextFormatGets or sets the format string that the cell uses to format the time it displays.
TickColorGets or sets the color that the cell uses to paint its tick.
TickLengthGets or sets the tick length of the cell.
TickThicknessGets or sets the tick thickness of the cell.
TimeReturns start time of the time slot the cell represents.
TimeSlotReturns the duration of the time slot the cell represents.
TimeTextReturn the text the cell creates for Time by TextFormat.

See Also

TimeRulerCellViewModel Class

TimeRulerCellViewModel Members

DevExpress.Maui.Scheduler Namespace