Share via


StarLayoutInfo.RequestedStarMaxWidth Property

Gets or sets the requested maximum width.

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

Syntax

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

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.

Dependency Property Information

Identifier field

RequestedStarMaxWidthProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

StarLayoutInfo Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace