CalendarView.FocusBorderBrushProperty Property

Definition

Identifies the FocusBorderBrush  dependency property.

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

Property Value

The identifier for the FocusBorderBrush   dependency property.

Applies to

See also