Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolTipControllerShowEventArgs.ToolTipIndent Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

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

#Declaration

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