ToolTipItem.DefaultImageToTextDistance Property
Gets the default indentation of the text from the image.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v26.1.dll
Declaration
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