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 : 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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.