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}"/>

Применяется к