Skip to main content
A newer version of this page is available. .

ToolTipItem.ImageToTextDistance Property

Gets or sets a space that visually detaches an image and text displayed in a ToolTipItem.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public int ImageToTextDistance { get; set; }

Property Value

Type Description
Int32

The distance between an image and text displayed in a ToolTipItem, in pixels

Remarks

To display text information, use the ToolTipItem.Text property. For more information on displaying images within a ToolTipItem, see the ToolTipItem.Icon topic.

See Also