SystemParameters.FullPrimaryScreenHeight 属性

定义

获取主监视器上全屏窗口工作区的高度(以像素为单位)。

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

属性值

工作区的高度。

属性

注解

映射到SM_CYFULLSCREEN。 请参阅 GetSystemMetrics

XAML 属性使用方法

<object property=“{ SystemParameters.FullPrimaryScreenHeight}”/>

适用于