SystemParameters.FullPrimaryScreenWidth Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : doublestatic member FullPrimaryScreenWidth : doublePublic Shared ReadOnly Property FullPrimaryScreenWidth As DoubleProperty Value
The width of the client area.
- Attributes
Remarks
Maps to SM_CXFULLSCREEN. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.FullPrimaryScreenWidth}"/>