Compartir a través de


SystemParameters2.WindowCaptionHeight (Propiedad)

Obtiene el alto del área que contiene los botones para minimizar, maximizar y cerrar.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

'Declaración
Public Property WindowCaptionHeight As Double
    Get
    Private Set
public double WindowCaptionHeight { get; private set; }
public:
property double WindowCaptionHeight {
    double get ();
    private: void set (double value);
}
member WindowCaptionHeight : float with get, private set
function get WindowCaptionHeight () : double
private function set WindowCaptionHeight (value : double)

Valor de propiedad

Tipo: System.Double
Alto del área que contiene los botones para minimizar, maximizar y cerrar.

Seguridad de .NET Framework

Vea también

Referencia

SystemParameters2 Clase

Microsoft.Windows.Shell (Espacio de nombres)