SystemParameters.CaptionHeightKey Property

Definition

Gets the ResourceKey for the CaptionHeight property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to