TimeRulerCellViewModel Properties
The storage for appearance settings values of an individual time ruler cell.| Name | Description |
|---|---|
| BackgroundColor | Gets or sets the color the time ruler cell uses to paint its background. |
| ContentPadding | Gets or sets the padding of the cell’s content. |
| IsEndTimeIntervalBoundary | Returns whether the time slot the cell represents is at the end of the time interval to which the slot belongs. |
| IsStartTimeIntervalBoundary | Returns whether the time slot the cell represents is at the start of the time interval to which the slot belongs. |
| IsTimeDesignatorBoundary | Returns whether the cell represents the time slot that contains midday / midnight. |
| TextColor | Gets or sets the color the cell uses to paint its text. |
| TextFontAttributes | Gets or sets attributes that specifies whether the cell’s text is bold, italic, or neither. |
| TextFontFamily | Gets or sets the font family that the cell uses to display its text. |
| TextFontSize | Gets or sets the font size that the cell uses to display its text. |
| TextFormat | Gets or sets the format string that the cell uses to format the time it displays. |
| TickColor | Gets or sets the color that the cell uses to paint its tick. |
| TickLength | Gets or sets the tick length of the cell. |
| TickThickness | Gets or sets the tick thickness of the cell. |
| Time | Returns start time of the time slot the cell represents. |
| TimeSlot | Returns the duration of the time slot the cell represents. |
| TimeText | Return the text the cell creates for Time by TextFormat. |
See Also