CalendarView.PressedBorderBrushProperty Property

Definition

Identifies the PressedBorderBrush  dependency property.

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

Property Value

The identifier for the PressedBorderBrush   dependency property.

Applies to

See also