Share via


StarLayoutInfo.RequestedStarWeight Property

Gets or sets the requested weight.

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

Syntax

'Declaration
Public Property RequestedStarWeight As Double
public double RequestedStarWeight { get; set; }
public:
property double RequestedStarWeight {
    double get ();
    void set (double value);
}
member RequestedStarWeight : float with get, set
function get RequestedStarWeight () : double
function set RequestedStarWeight (value : double)

Property Value

Type: System.Double
The requested weight. The registered default is 0.0. For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

RequestedStarWeightProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

StarLayoutInfo Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace