Skip to main content

ToolTipItem.DefaultImageToTextDistance Property

Gets the default indentation of the text from the image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v25.1.dll

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

Declaration

public static int DefaultImageToTextDistance { get; }

Property Value

Type Description
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