Share via


StarLayoutInfo.RequestedStarMinWidth Property

Gets or sets the requested minimum width.

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

Syntax

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

Property Value

Type: System.Double
The requested minimum width. 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

RequestedStarMinWidthProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

StarLayoutInfo Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace