TimeRulerCellViewModel Members
In This Article
#Constructors
Name | Description |
---|---|
Time |
Initializes a new instance of the Time |
#Properties
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 |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal.
Inherited from System. |
Equals |
Determines whether the specified object is equal to the current object.
Inherited from System. |
Get |
Serves as the default hash function.
Inherited from System. |
Get |
Gets the Type of the current instance.
Inherited from System. |
Memberwise |
Creates a shallow copy of the current Object.
Inherited from System. |
Reference |
Determines whether the specified Object instances are the same instance.
Inherited from System. |
To |
Returns a string that represents the current object.
Inherited from System. |
See Also