[]
Slot visual element
public class CalendarSlotPresenter : C1Border
| 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 Brush that is used to paint the mouse over slot. |
| SelectedBrush | Gets or sets the Brush that is used to paint the selected slot. |
| Slot | Gets the reference to the slot information. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| OnApplyTemplate() | |
| OnMouseEnter(MouseEventArgs) | |
| OnMouseLeave(MouseEventArgs) | |
| OnRenderBackground(DrawingContext, Rect) |