ToolTipItem.ImageToTextDistance Property
Gets or sets the distance between the image and text in this tooltip region.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.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