[]
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.UI.Xaml.Media.Brush that is used to paint the mouse over slot. |
| SelectedBrush | Gets or sets the Microsoft.UI.Xaml.Media.Brush that is used to paint the selected slot. |
| Slot | Gets the reference to the slot information. |
| Name | Description |
|---|---|
| ChangeVisualStateMouseOver(bool) | Updates the current visual state of the MouseOver visual state group to match the object's properties. |
| ChangeVisualStateSelection(bool) | Updates the current visual state of the Selection visual state group to match the object's properties. |
| Dispose(bool) | |
| OnApplyTemplate() | |
| OnPointerEntered(PointerRoutedEventArgs) | |
| OnPointerExited(PointerRoutedEventArgs) |