Back to Devexpress

BackstageViewControl.GlyphVerticalAlignment Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-1071cb3f.md

latest2.8 KB
Original Source

BackstageViewControl.GlyphVerticalAlignment Property

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

Declaration

csharp
[DefaultValue(ItemVerticalAlignment.Default)]
[DXCategory("Appearance")]
public ItemVerticalAlignment GlyphVerticalAlignment { get; set; }
vb
<DefaultValue(ItemVerticalAlignment.Default)>
<DXCategory("Appearance")>
Public Property GlyphVerticalAlignment As ItemVerticalAlignment

Property Value

TypeDefaultDescription
DevExpress.Utils.Drawing.ItemVerticalAlignmentDefault

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

BackstageViewControl.CaptionHorizontalAlignment

BackstageViewControl.CaptionVerticalAlignment

GlyphHorizontalAlignment

BackstageViewControl.GlyphLocation

GlyphToCaptionIndent

GlyphVerticalAlignment

Caption

BackstageViewItem.CaptionHorizontalAlignment

BackstageViewItem.CaptionVerticalAlignment

BackstageViewItem.GlyphLocation

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace