Compartir a través de


ActivatingKeyTipEventArgs.KeyTipHorizontalOffset (Propiedad)

Obtiene o establece el desplazamiento horizontal de la posición horizontal especificada.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Double
Cantidad por la que se va a desplazar KeyTip horizontalmente.

Excepciones

Excepción Condición
ArgumentException

La propiedad se establece en un valor que se evalúa como infinito negativo o positivo, o no es un número.

Seguridad de .NET Framework

Vea también

Referencia

ActivatingKeyTipEventArgs Clase

Microsoft.Windows.Controls (Espacio de nombres)