Back to Devexpress

BackstageViewItem.GlyphVerticalAlignment Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewitem-1a4c3351.md

latest2.8 KB
Original Source

BackstageViewItem.GlyphVerticalAlignment Property

Gets or sets the vertical alignment of the item’s glyph region.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
DevExpress.Utils.Drawing.ItemVerticalAlignmentDefault

An DevExpress.Utils.Drawing.ItemVerticalAlignment value that specifies the glyph vertical alignment.

|

Remarks

By default, the vertical alignment of glyph regions within all items is specified by the BackstageViewControl.GlyphVerticalAlignment property. The GlyphVerticalAlignment property allows you to override this setting for individual items.

See Also

BackstageViewControl.CaptionHorizontalAlignment

BackstageViewControl.CaptionVerticalAlignment

GlyphHorizontalAlignment

BackstageViewControl.GlyphLocation

GlyphToCaptionIndent

GlyphVerticalAlignment

Caption

BackstageViewItem.CaptionHorizontalAlignment

BackstageViewItem.CaptionVerticalAlignment

BackstageViewItem.GlyphLocation

BackstageViewItem Class

BackstageViewItem Members

DevExpress.XtraBars.Ribbon Namespace