Skip to main content
A newer version of this page is available. .

AppointmentAppearance Members

Contains a scheduler’s appointment appearance properties.

Constructors

Name Description
AppointmentAppearance() Initializes a new instance of the AppointmentAppearance class.

Fields

Name Description
BorderColorProperty static Identifies the BorderColor bindable property.
BorderThicknessProperty static Identifies the BorderThickness bindable property.
ContentPaddingProperty static Identifies the ContentPadding bindable property.
CustomizerProperty static Identifies the Customizer bindable property.
IconTintColorProperty static Identifies the IconTintColor bindable property.
TextColorProperty static Identifies the TextColor bindable property.
TextFontAttributesProperty static Identifies the TextFontAttributes bindable property.
TextFontFamilyProperty static Identifies the TextFontFamily bindable property.
TextFontSizeProperty static Identifies the TextFontSize bindable property.

Properties

Name Description
BorderColor Gets or sets the border color of the scheduler‘s appointments. This is a bindable property.
BorderThickness Gets or sets the border thickness of the scheduler‘s appointments. This is a bindable property.
ContentPadding Gets or sets the content padding of the scheduler‘s appointments. This is a bindable property.
Customizer Gets or sets the object that customizes the appointment’s appearance depending on internal logic. This is a bindable property.
IconTintColor Gets or sets the color that is used to tint the scheduler‘s appointment icon. This is a bindable property.
TextColor Gets or sets the text color of the scheduler‘s appointment. This is a bindable property.
TextFontAttributes Gets or sets the font attributes of the scheduler appointment’s text. This is a bindable property.
TextFontFamily Gets or sets the font family of the scheduler appointment’s text. This is a bindable property.
TextFontSize Gets or sets the font size of the scheduler appointment’s text. This is a bindable property.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also