AppointmentStyle Members
The storage of appointment item appearance settings.Constructors
Name | Description |
---|---|
AppointmentStyle() | Initializes a new AppointmentStyle instance with the default settings. |
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 dependency property. |
TextStyleProperty static | Identifies the TextStyle bindable property. |
Properties
Name | Description |
---|---|
BorderColor | Gets or sets the color that appointments use to paint their border. |
BorderThickness | Gets or sets the border thickness of appointments. |
ContentPadding | Gets or sets the content padding of appointments. |
Customizer | Gets or sets the object that customizes the appointment appearance depending on internal logic. |
IconTintColor | |
TextStyle | Gets or sets settings that manage how appointments draw their text. |
See Also