SystemParameters.FullPrimaryScreenHeight Property

Definition

Gets the height, in pixels, of the client area for a full-screen window on the primary display monitor.

public:
 static property double FullPrimaryScreenHeight { double get(); };
public static double FullPrimaryScreenHeight { [System.Security.SecurityCritical] get; }
public static double FullPrimaryScreenHeight { get; }
[<get: System.Security.SecurityCritical>]
static member FullPrimaryScreenHeight : double
static member FullPrimaryScreenHeight : double
Public Shared ReadOnly Property FullPrimaryScreenHeight As Double

Property Value

The height of the client area.

Attributes

Remarks

Maps to SM_CYFULLSCREEN. See GetSystemMetrics.

XAML attribute usage

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

Applies to