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

BackstageViewControl.GlyphVerticalAlignment Property

Gets or sets the vertical alignment of items’ glyph regions.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

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