windowsforms-devexpress-dot-utils-dot-drawing-dot-stubglyphoptions-4c579086.md
Gets or sets the horizontal alignment of stub glyphs’ captions.
Namespace : DevExpress.Utils.Drawing
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue(StringAlignment.Center)]
public StringAlignment HorizontalAlignment { get; set; }
<DefaultValue(StringAlignment.Center)>
Public Property HorizontalAlignment As StringAlignment
| Type | Default | Description |
|---|---|---|
| StringAlignment | Center |
A StringAlignment enumerator value that specifies the horizontal alignment of stub glyphs’ captions.
|
You can access this nested property as listed below:
| Object Type | Path to HorizontalAlignment |
|---|---|
| BarManager |
.OptionsStubGlyphs .HorizontalAlignment
| | RibbonControl |
.OptionsStubGlyphs .HorizontalAlignment
| | WinExplorerView |
.OptionsStubGlyphs .HorizontalAlignment
|
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