RecentTextGlyphItemBase.GlyphToCaptionIndent Property
Gets or sets the distance in pixels between this item’s text and icon.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.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 the RecentTextGlyphItemBase.Caption and RecentTextGlyphItemBase.Glyph properties respectively.
Both the RecentTextGlyphItemBase.Glyph and GlyphToCaptionIndent properties may be unavailable for certain types of Recent Item Control’s elements (e.g., the RecentHyperlinkItem objects do not support images).
See Also