SystemParameters.BorderKey Property

Definition

Gets the ResourceKey for the Border property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to