StubGlyphOptions.HorizontalAlignment Property
Gets or sets the horizontal alignment of stub glyphs’ captions.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DefaultValue(StringAlignment.Center)]
public StringAlignment HorizontalAlignment { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| StringAlignment | Center | A StringAlignment enumerator value that specifies the horizontal alignment of stub glyphs’ captions. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to HorizontalAlignment |
|---|---|
| BarManager |
|
| RibbonControl |
|
| WinExplorerView |
|
Remarks
Using the HorizontalAlignment and StubGlyphOptions.VerticalAlignment properties, you can align glyph captions into one of nine predefined positions.

See Stub Glyphs to learn more.
See Also