Freigeben über


StarLayoutInfo.AllocatedStarWidth-Eigenschaft

Ruft die zugeordnete Breite ab.

Namespace:  Microsoft.Windows.Controls.Ribbon.Primitives
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Double
Die zugeordnete Breite.

.NET Framework-Sicherheit

Siehe auch

Referenz

StarLayoutInfo Klasse

Microsoft.Windows.Controls.Ribbon.Primitives-Namespace