windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-1071cb3f.md
Gets or sets the vertical alignment of items’ glyph regions.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(ItemVerticalAlignment.Default)]
[DXCategory("Appearance")]
public ItemVerticalAlignment GlyphVerticalAlignment { get; set; }
<DefaultValue(ItemVerticalAlignment.Default)>
<DXCategory("Appearance")>
Public Property GlyphVerticalAlignment As ItemVerticalAlignment
| Type | Default | Description |
|---|---|---|
| DevExpress.Utils.Drawing.ItemVerticalAlignment | Default |
An DevExpress.Utils.Drawing.ItemVerticalAlignment value that specifies the vertical alignment of items’ glyph regions.
|
The GlyphVerticalAlignment property specifies the vertical alignment of items’ glyph regions. You can also specify the alignment of individual glyph regions, via the BackstageViewItem.GlyphVerticalAlignment property.
See Also
BackstageViewControl.CaptionHorizontalAlignment
BackstageViewControl.CaptionVerticalAlignment
BackstageViewControl.GlyphLocation
GlyphVerticalAlignment
BackstageViewItem.CaptionHorizontalAlignment
BackstageViewItem.CaptionVerticalAlignment