ToolTipControlInfo.ToolTipIndent Property
Gets or sets the space, in pixels, between the tooltip and the associated visual element.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int ToolTipIndent { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the space, in pixels, between the tooltip and the associated visual element. The default is 16. |
Remarks
The ToolTipControlInfo.ToolTipLocation property specifies the location of the tooltip relative to the associated visual element. By default, the tooltip indents 16 pixels from the visual element. The ToolTipIndent property allows you to specify a custom indent.
See Also