[]
        
(Showing Draft Content)

C1.Android.Calendar.CalendarSlotPresenter

CalendarSlotPresenter Class

Slot visual element

Inheritance
CalendarSlotPresenter
Implements
Namespace: C1.Android.Calendar
Assembly: C1.Android.Calendar.dll
Syntax
public class CalendarSlotPresenter : C1Border, IDependencyObject
Public Class CalendarSlotPresenter
    Inherits C1Border
    Implements IDependencyObject

Constructors

Name Description
CalendarSlotPresenter(Context)

Initializes a new instance of the CalendarSlotPresenter class.

CalendarSlotPresenter(Context, IAttributeSet)

Initializes a new instance of the CalendarSlotPresenter class.

CalendarSlotPresenter(Context, IAttributeSet, int)

Initializes a new instance of the CalendarSlotPresenter class.

CalendarSlotPresenter(nint, JniHandleOwnership)

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 Android.Graphics.Drawables.Drawable that is used to paint the mouse over slot.

SelectedBrush

Gets or sets the Android.Graphics.Drawables.Drawable that is used to paint the selected slot.

Slot

Gets the reference to the slot information.

Methods

Name Description
Dispose(bool)
OnAttachedToWindow()
OnDetachedFromWindow()
OnRenderBackground(Canvas, C1Rect)

Draw the background of the control in the specified drawingContext.

OnStyleChanged()

Called when the style changed.