BackstageViewControl.GlyphVerticalAlignment Property
In This Article
Gets or sets the vertical alignment of items’ glyph regions.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(ItemVerticalAlignment.Default)]
[DXCategory("Appearance")]
public ItemVerticalAlignment GlyphVerticalAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Default | An DevExpress. |
#Remarks
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
GlyphVerticalAlignment