SystemParameters.FocusBorderHeightKey Property

Definition

Gets the ResourceKey for the FocusBorderHeight property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to