SystemParameters.FullPrimaryScreenWidth Property

Definition

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

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

Property Value

The width of the client area.

Attributes

Remarks

Maps to SM_CXFULLSCREEN. See GetSystemMetrics.

XAML attribute usage

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

Applies to