RibbonControlSizeDefinition.MinWidth Property

Definition

Gets or sets the minimum width constraint of a container control in a Ribbon.

public:
 property System::Windows::Controls::Ribbon::RibbonControlLength MinWidth { System::Windows::Controls::Ribbon::RibbonControlLength get(); void set(System::Windows::Controls::Ribbon::RibbonControlLength value); };
public System.Windows.Controls.Ribbon.RibbonControlLength MinWidth { get; set; }
member this.MinWidth : System.Windows.Controls.Ribbon.RibbonControlLength with get, set
Public Property MinWidth As RibbonControlLength

Property Value

The minimum width of the control. The registered default is 0. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

This property only has an effect if the control is a container for other objects.

Dependency Property Information

Identifier field MinWidthProperty
Metadata properties set to true None

Applies to

See also