RibbonControlSizeDefinition.MinWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.