Compartir a través de


RibbonControlLength.Value (Propiedad)

Obtiene el valor absoluto de RibbonControlLength en píxeles o unidades lógicas.

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

Sintaxis

'Declaración
Public ReadOnly Property Value As Double
    Get
public double Value { get; }
public:
property double Value {
    double get ();
}
member Value : float
function get Value () : double

Valor de propiedad

Tipo: System.Double
El valor absoluto de RibbonControlLength en píxeles o unidades lógicas, o 1.0 si la propiedad RibbonControlLengthUnitType está establecida en Auto.

Seguridad de .NET Framework

Vea también

Referencia

RibbonControlLength Estructura

Microsoft.Windows.Controls.Ribbon (Espacio de nombres)