Back to Devexpress

StubGlyphOptions.HorizontalAlignment Property

windowsforms-devexpress-dot-utils-dot-drawing-dot-stubglyphoptions-4c579086.md

latest2.7 KB
Original Source

StubGlyphOptions.HorizontalAlignment Property

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

Declaration

csharp
[DefaultValue(StringAlignment.Center)]
public StringAlignment HorizontalAlignment { get; set; }
vb
<DefaultValue(StringAlignment.Center)>
Public Property HorizontalAlignment As StringAlignment

Property Value

TypeDefaultDescription
StringAlignmentCenter

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 TypePath to HorizontalAlignment
BarManager

.OptionsStubGlyphs .HorizontalAlignment

| | RibbonControl |

.OptionsStubGlyphs .HorizontalAlignment

| | WinExplorerView |

.OptionsStubGlyphs .HorizontalAlignment

|

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

Stub Glyphs

StubGlyphOptions Class

StubGlyphOptions Members

DevExpress.Utils.Drawing Namespace