SystemParameters.VirtualScreenTopKey Property

Definition

Gets the ResourceKey for the VirtualScreenTop property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to