Skip to main content

RecentPanelBase.GlyphToCaptionIndent Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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