windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navelement-4bc9090d.md
Gets or sets the alignment of the NavElement.Glyph, which is displayed when the NavElement is rendered as a button in the TileNavPane‘s nav bar.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(NavButtonAlignment.Default)]
[DXCategory("Appearance")]
public virtual NavButtonAlignment GlyphAlignment { get; set; }
<Browsable(False)>
<DefaultValue(NavButtonAlignment.Default)>
<DXCategory("Appearance")>
Public Overridable Property GlyphAlignment As NavButtonAlignment
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraBars.Navigation.NavButtonAlignment | Default |
The value specifying the glyph alignment.
|
Use the GlyphAlignment property to specify the alignment of the NavElement.Glyph when the NavElement is rendered as a button in the TileNavPane‘s nav bar. The NavButtonAlignment enumeration provides the following values:
To specify the alignment of images in tiles, use the TileItem.ImageAlignment property which can be accessed via the TileNavElement.Tile object.
See Also