Skip to main content
A newer version of this page is available. .

StubGlyphOptions.HorizontalAlignment Property

Gets or sets the horizontal alignment of stub glyphs’ captions.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v19.1.dll

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:

Library Object Type Path to HorizontalAlignment
WinForms Controls BarManager
.OptionsStubGlyphs.HorizontalAlignment
RibbonControl
.OptionsStubGlyphs.HorizontalAlignment
ToolbarFormManager
.OptionsStubGlyphs.HorizontalAlignment
WinExplorerView
.OptionsStubGlyphs.HorizontalAlignment
DocumentViewerBarManager
.OptionsStubGlyphs.HorizontalAlignment
PrintBarManager
.OptionsStubGlyphs.HorizontalAlignment
Reporting XRDesignBarManager
.OptionsStubGlyphs.HorizontalAlignment

Remarks

Using the HorizontalAlignment and StubGlyphOptions.VerticalAlignment properties, you can align glyph captions into one of nine predefined positions.

StubGlyphs - Alignment

See Stub Glyphs to learn more.

See Also