CalendarView.CalendarItemBackgroundProperty Property

Definition

Identifies the CalendarItemBackground  dependency property.

public:
 static property DependencyProperty ^ CalendarItemBackgroundProperty { DependencyProperty ^ get(); };
static DependencyProperty CalendarItemBackgroundProperty();
public static DependencyProperty CalendarItemBackgroundProperty { get; }
var dependencyProperty = CalendarView.calendarItemBackgroundProperty;
Public Shared ReadOnly Property CalendarItemBackgroundProperty As DependencyProperty

Property Value

The identifier for the CalendarItemBackground   dependency property.

Applies to

See also