SystemParameters.VirtualScreenHeightKey Property

Definition

Gets the ResourceKey for the VirtualScreenHeight property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to