SystemParameters.FullPrimaryScreenHeight 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取主监视器上全屏窗口工作区的高度(以像素为单位)。
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}
”/>