SystemParameters.FullPrimaryScreenHeight Vlastnost

Definice

Získá výšku v pixelech klientské oblasti pro okno celé obrazovky na primárním monitoru.

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

Hodnota vlastnosti

Výška klientské oblasti.

Atributy

Poznámky

Mapuje na SM_CYFULLSCREEN. Viz GetSystemMetrics.

Použití atributu XAML

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

Platí pro