Skip to main content
A newer version of this page is available. .

ToolTipControlInfo.ToolTipIndent Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
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