CalendarView.TodayForegroundProperty Property

Definition

Identifies the TodayForeground  dependency property.

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

Property Value

The identifier for the TodayForeground   dependency property.

Applies to

See also