SystemParameters.PrimaryScreenHeightKey Property

Definition

Gets the ResourceKey for the PrimaryScreenHeight property.

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

Property Value

ResourceKey

A resource key.

Remarks

XAML Attribute Usage

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

Applies to