SystemParameters.MinimumWindowTrackWidthKey Property

Definition

Gets the ResourceKey for the MinimumWindowTrackWidth property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to