SystemParameters.FocusHorizontalBorderHeightKey Property

Definition

Gets the ResourceKey for the FocusHorizontalBorderHeight property.

public:
 static property System::Windows::ResourceKey ^ FocusHorizontalBorderHeightKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey FocusHorizontalBorderHeightKey { get; }
static member FocusHorizontalBorderHeightKey : System.Windows.ResourceKey
Public Shared ReadOnly Property FocusHorizontalBorderHeightKey As ResourceKey

Property Value

A resource key.

Remarks

XAML attribute usage

<object property="{SystemParameters.FocusHorizontalBorderHeightKey}"/>

Applies to