Compartir a través de


StarLayoutInfo.AllocatedStarWidth (Propiedad)

Obtiene el ancho asignado.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Double
Ancho asignado.

Seguridad de .NET Framework

Vea también

Referencia

StarLayoutInfo Clase

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