Back to Devexpress

ToolTipControllerShowEventArgs.ToolTipIndent Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-a437ce77.md

latest1.8 KB
Original Source

ToolTipControllerShowEventArgs.ToolTipIndent Property

Gets or sets the space, in pixels, between the tooltip and the associated visual element.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public int ToolTipIndent { get; set; }
vb
Public Property ToolTipIndent As Integer

Property Value

TypeDescription
Int32

An integer value specifying the space, in pixels, between the tooltip and the associated visual element. The default is 16.

|

Remarks

The ToolTipControllerShowEventArgs.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

ToolTipLocation

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace