ViewBaseActualAppearance Properties
An appearance object.| Name | Description |
|---|---|
| AppointmentBorderColor | Gets the border color that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this color, use the BorderColor property. |
| AppointmentBorderThickness | Gets the border thickness value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the BorderThickness property. |
| AppointmentContentPadding | Gets the content padding value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the ContentPadding property. |
| AppointmentCustomizer | Gets the customizer object that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the ViewBase descendant’s Customizer inherited property. |
| AppointmentIconTintColor | Gets the icon tint color that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the IconTintColor property. |
| AppointmentStatusWidth | Gets the width of the appointment status that is applied to the DevExpress.Maui.Scheduler view. |
| AppointmentTextColor | Gets the text color that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this color, use the TextColor property. |
| AppointmentTextFontAttributes | Gets the text font attribute value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the TextFontAttributes property. |
| AppointmentTextFontFamily | Gets the text font family value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the TextFontFamily property. |
| AppointmentTextFontSize | Gets the text font size value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the TextFontSize property. |
| HeaderItemBackgroundColor | Gets the background color that is applied to the DevExpress.Maui.Scheduler view’s headers. To specify this color, use the BackgroundColor property. |
| HeaderItemBorderColor | Gets the border color that is applied to the DevExpress.Maui.Scheduler view’s headers. To specify this color, use the BorderColor property. |
| HeaderItemBorderThickness | Gets the border thickness value that is applied to the DevExpress.Maui.Scheduler view’s headers. To specify this value, use the BorderThickness property. |
| HeaderItemContentPadding | Gets the content padding value that is applied to the DevExpress.Maui.Scheduler view’s headers. To specify this value, use the ContentPadding property. |
| HeaderItemTodayWeekDayTextColor | Gets the text color that is applied to the DevExpress.Maui.Scheduler view’s week day header when the header identifies today. To specify this color, use the TodayWeekDayTextColor property. |
| HeaderItemTodayWeekDayTextFontAttributes | Gets the font attribute value that is applied to the DevExpress.Maui.Scheduler view’s week day header text when the header identifies today. To specify this value, use the TodayWeekDayTextFontAttributes property. |
| HeaderItemTodayWeekDayTextFontFamily | Gets the font family that is applied to the DevExpress.Maui.Scheduler view’s weekday header text when the header identifies today. To specify this value, use the TodayWeekDayTextFontFamily property. |
| HeaderItemTodayWeekDayTextFontSize | Gets the font size that is applied to the DevExpress.Maui.Scheduler view’s weekday header text when the header identifies today. To specify this value, use the TodayWeekDayTextFontSize property. |
| HeaderItemWeekDayTextColor | Gets the color that is applied to the DevExpress.Maui.Scheduler view’s week day header text. To specify this color, use the WeekDayTextColor property. |
| HeaderItemWeekDayTextFontAttributes | Gets the font attribute that is applied to the DevExpress.Maui.Scheduler view’s weekday header text. To specify this value, use the WeekDayTextFontAttributes property. |
| HeaderItemWeekDayTextFontFamily | Gets the font family that is applied to the DevExpress.Maui.Scheduler view’s weekday header text. To specify this value, use the WeekDayTextFontFamily property. |
| HeaderItemWeekDayTextFontSize | Gets the font size that is applied to the DevExpress.Maui.Scheduler view’s weekday header text. To specify this value, use the WeekDayTextFontSize property. |
See Also