SystemParameters.PrimaryScreenHeight Vlastnost

Definice

Získá hodnotu, která označuje výšku obrazovky v pixelech upravených pro DPI primárního monitoru zobrazení.

public:
 static property double PrimaryScreenHeight { double get(); };
public static double PrimaryScreenHeight { [System.Security.SecurityCritical] get; }
public static double PrimaryScreenHeight { get; }
[<get: System.Security.SecurityCritical>]
static member PrimaryScreenHeight : double
static member PrimaryScreenHeight : double
Public Shared ReadOnly Property PrimaryScreenHeight As Double

Hodnota vlastnosti

Výška obrazovky.

Atributy

Poznámky

Mapuje se na SM_CYSCREEN. Viz GetSystemMetrics.

Použití atributu XAML

< object property="{ SystemParameters.PrimaryScreenHeight}"/>

Platí pro