Skip to main content

RecentPanelBase.CaptionToContentIndent Property

Gets or sets the distance between this panel’s caption and icon.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(3)]
[DXCategory("Appearance")]
public int CaptionToContentIndent { get; set; }

Property Value

Type Default Description
Int32 3

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

Remarks

Use RecentPanelBase.Caption and RecentPanelBase.ImageOptions properties to specify the caption and image/icon.

See Also