[]
        
(Showing Draft Content)

C1.Maui.Calendar.CalendarSlotPresenter

CalendarSlotPresenter Class

Slot visual element

Inheritance
CalendarSlotPresenter
Implements
Namespace: C1.Maui.Calendar
Assembly: C1.Maui.Calendar.dll
Syntax
public class CalendarSlotPresenter : C1Border, IDisposable

Constructors

Name Description
CalendarSlotPresenter()

Initializes a new instance of the CalendarSlotPresenter class.

Fields

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.

Properties

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.

Methods

Name Description
Dispose(bool)