BarItem.ContentHorizontalAlignment Property
In This Article
Gets or sets the horizontal alignment mode for this BarItem‘s content.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(BarItemContentAlignment.Default)]
[DXCategory("Appearance")]
[SupportedByBarManager(SupportedByBarManagerKind.Supported)]
[SupportedByRibbon(SupportedByRibbonKind.NonSupported)]
public BarItemContentAlignment ContentHorizontalAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Default | A DevExpress. |
See Also