Back to Devexpress

TimeRulerCellViewModel Members

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

latest5.2 KB
Original Source

TimeRulerCellViewModel Members

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

Constructors

NameDescription
TimeRulerCellViewModel(DateTime, DateTimeRange, TimeSpan)Initializes a new instance of the TimeRulerCellViewModel class with specified settings.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from System.Object.
GetHashCode()Serves as the default hash function. Inherited from System.Object.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Returns a string that represents the current object. Inherited from System.Object.

See Also

TimeRulerCellViewModel Class

DevExpress.Maui.Scheduler Namespace