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.v24.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

Use RecentPanelBase.Caption and RecentPanelBase.ImageOptions properties to specify the panel’s caption and image.

See Also