CalendarView.SelectedForegroundProperty Property

Definition

Identifies the SelectedForeground  dependency property.

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

Property Value

The identifier for the SelectedForeground   dependency property.

Applies to

See also