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

RecentPanelBase.GlyphToCaptionIndent Property

Gets or sets the distance in pixels between this panel’s text and icon.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(11)]
[DXCategory("Appearance")]
public int GlyphToCaptionIndent { get; set; }

Property Value

Type Default Description
Int32 11

An Int32 value that is the distance in pixels between this panel’s text and icon.

Remarks

To specify the panel text and image, use the RecentPanelBase.Caption and RecentPanelBase.Glyph properties respectively.

See Also