BarItemAutoSizeMode Enum
Contains values that specify how the contents of a BarStaticItem‘s link is resized.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
Doesn’t apply the auto-size feature for a bar item link. The item link’s width is specified by the Bar |
Content
|
Resizes a Bar |
Fill
|
Resizes a specific Bar To allow the bar to be stretched to the bar container’s width, set the Bar. |
#Related API Members
The following properties accept/return BarItemAutoSizeMode values:
#Remarks
Use the BarStaticItem.AutoSizeMode property to specify how the contents of a BarStaticItem‘s link is resized.