StarLayoutInfo::RequestedStarMaxWidth Property

.NET Framework (current version)
 

Gets or sets the requested maximum width.

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

public:
property double RequestedStarMaxWidth {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The requested maximum width. The registered default is PositiveInfinity. For more information about what can influence the value, see Dependency Property Value Precedence.

Identifier field

RequestedStarMaxWidthProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: