Back to Devexpress

BackstageViewControl.GlyphToCaptionIndent Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-86671890.md

latest1.5 KB
Original Source

BackstageViewControl.GlyphToCaptionIndent Property

Gets or sets the distance between items’ glyph and caption regions.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Appearance")]
public int GlyphToCaptionIndent { get; set; }
vb
<DefaultValue(-1)>
<DXCategory("Appearance")>
Public Property GlyphToCaptionIndent As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer value that specifies the distance between items’ glyph and caption regions.

|

See Also

Caption

GlyphLocation

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace