Redigera

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 { get; }
static member FullPrimaryScreenHeight : double
Public Shared ReadOnly Property FullPrimaryScreenHeight As Double

Property Value

The height of the client area.

Remarks

Maps to SM_CYFULLSCREEN. See GetSystemMetrics.

XAML attribute usage

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

Applies to