TimeRulerCellViewModel Properties
The storage for appearance settings values of an individual time ruler cell‘s representation.
Name | Description |
---|---|
Background |
Gets or sets the color the time ruler cell uses to paint its background. |
Content |
Gets or sets the padding of the cell’s content. |
Is |
Returns whether the time slot the cell represents is at the end of the time interval to which the slot belongs. |
Is |
Returns whether the time slot the cell represents is at the start of the time interval to which the slot belongs. |
Is |
Returns whether the cell represents the time slot that contains midday / midnight. |
Text |
Gets or sets the color the cell uses to paint its text. |
Text |
Gets or sets attributes that specifies whether the cell’s text is bold, italic, or neither. |
Text |
Gets or sets the font family that the cell uses to display its text. |
Text |
Gets or sets the font size that the cell uses to display its text. |
Text |
Gets or sets the format string that the cell uses to format the time it displays. |
Tick |
Gets or sets the color that the cell uses to paint its tick. |
Tick |
Gets or sets the tick length of the cell. |
Tick |
Gets or sets the tick thickness of the cell. |
Time | Returns start time of the time slot the cell represents. |
Time |
Returns the duration of the time slot the cell represents. |
Time |
Return the text the cell creates for Time by Text |
See Also