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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.