SystemParameters.MinimumWindowHeightKey Property

Definition

Gets the ResourceKey for the MinimumWindowHeight property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to