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