AppointmentViewModel Members
In This Article
#Constructors
Name | Description |
---|---|
Appointment |
Initializes a new Appointment |
#Properties
Name | Description |
---|---|
Appointment | Returns the appointment for whose representation the view model provides data. |
Background |
Gets or sets the color the appointment representation uses to paint its background. |
Border |
Gets or sets the color the appointment representation uses to paint its border. |
Border |
Gets or sets the border thickness of the appointment representation. |
Content |
Gets or sets the content padding of the appointment representation. |
Custom |
Returns the appointment’s Custom |
Icon |
|
Label | Returns the appointment’s label. |
Show |
Returns whether the appointment representation should show the Changed Recurrence () icon. |
Show |
Returns whether the appointment representation should show the Recurrence () icon. |
Show |
|
Status | Returns the appointment’s status. |
Text | Returns text the appointment representation shows. |
Text |
Gets or sets the color the appointment representation uses to paint its text. |
Text |
Gets or sets whether the appointment representation’s text is bold, italic, neither, or both. |
Text |
Gets or sets the name of the font family the appointment representation uses to draw its text. |
Text |
Gets or sets the font size for text the appointment representation shows. |
Visible |
Returns the appointment’s visible interval. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also