RecentTextGlyphItemBase.GlyphToCaptionIndent Property
In This Article
Gets or sets the distance in pixels between this item’s text and icon.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(7)]
[DXCategory("Appearance")]
public int GlyphToCaptionIndent { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 7 | An Int32 value that is the distance in pixels between this item’s text and icon. |
#Remarks
To specify the item text and image, use RecentTextGlyphItemBase.Caption and RecentTextGlyphItemBase.ImageOptions properties respectively.
Note
Specific items do not support images (for example, the Recent
See Also