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

ToolTipItem.ImageToTextDistance Property

Gets or sets the distance between the image and text in this tooltip region.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int ImageToTextDistance { get; set; }

Property Value

Type Description
Int32

The distance, in pixels, between the image and text in this tooltip region.

Remarks

For more information, see the ToolTipItemImageOptions.ImageToTextDistance property that is equivalent to the current property.

See Also