[]
Slot visual element
public class CalendarSlotPresenter : C1Border, IDisposable
| Name | Description |
|---|---|
| CalendarSlotPresenter() | Initializes a new instance of the CalendarSlotPresenter class. |
| Name | Description |
|---|---|
| IsMouseOverProperty | Identifies the IsMouseOver dependency property. |
| IsSelectedProperty | Identifies the IsSelected dependency property. |
| MouseOverBrushProperty | Identifies the MouseOverBrush dependency property. |
| SelectedBrushProperty | Identifies the SelectedBrush dependency property. |
| Name | Description |
|---|---|
| IsMouseOver | Gets or sets the mouse over state. |
| IsSelected | Gets or sets whether the slot is selected. |
| MouseOverBrush | Gets or sets the Microsoft.Maui.Controls.Brush that is used to paint the mouse over slot. |
| SelectedBrush | Gets or sets the Microsoft.Maui.Controls.Brush that is used to paint the selected slot. |
| Name | Description |
|---|---|
| Dispose(bool) |