RecentPanelBase.CaptionToContentIndent Property
Gets or sets the distance between this panel’s caption and icon.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.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
The Panel’s caption and icon are set by using the RecentPanelBase.Caption and RecentPanelBase.Glyph properties respectively.
See Also