Compartir a través de


SystemParameters2.WindowCaptionButtonsLocation (Propiedad)

Obtiene Rect que indica la ubicación predeterminada de 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 WindowCaptionButtonsLocation As Rect
    Get
    Private Set
public Rect WindowCaptionButtonsLocation { get; private set; }
public:
property Rect WindowCaptionButtonsLocation {
    Rect get ();
    private: void set (Rect value);
}
member WindowCaptionButtonsLocation : Rect with get, private set
function get WindowCaptionButtonsLocation () : Rect
private function set WindowCaptionButtonsLocation (value : Rect)

Valor de propiedad

Tipo: System.Windows.Rect
Un objeto que indica la ubicación predeterminada de los botones para minimizar, maximizar y cerrar.

Seguridad de .NET Framework

Vea también

Referencia

SystemParameters2 Clase

Microsoft.Windows.Shell (Espacio de nombres)