CalendarView.PressedForegroundProperty Property

Definition

Identifies the PressedForeground  dependency property.

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

Property Value

The identifier for the PressedForeground   dependency property.

Applies to

See also