Back to Devexpress

ToolTipItem.DefaultImageToTextDistance Property

windowsforms-devexpress-dot-utils-dot-tooltipitem-e6ec8739.md

latest1.4 KB
Original Source

ToolTipItem.DefaultImageToTextDistance Property

Gets the default indentation of the text from the image.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static int DefaultImageToTextDistance { get; }
vb
Public Shared ReadOnly Property DefaultImageToTextDistance As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the indentation of the text from the image.

|

Remarks

Use the ToolTipItem.ImageOptions.ImageToTextDistance property to specify the indentation of the text from the image.

See Also

ToolTipItem Class

ToolTipItem Members

DevExpress.Utils Namespace