RibbonControlSizeDefinition.MaxWidth 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 maximum width constraint of a container control in a Ribbon.
public:
property System::Windows::Controls::Ribbon::RibbonControlLength MaxWidth { System::Windows::Controls::Ribbon::RibbonControlLength get(); void set(System::Windows::Controls::Ribbon::RibbonControlLength value); };
public System.Windows.Controls.Ribbon.RibbonControlLength MaxWidth { get; set; }
member this.MaxWidth : System.Windows.Controls.Ribbon.RibbonControlLength with get, set
Public Property MaxWidth As RibbonControlLength
Property Value
The maximum width of the control. The registered default is PositiveInfinity. 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 | MaxWidthProperty |
Metadata properties set to true |
None |
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.