Back to Devexpress

ToolTipControllerCalcSizeEventArgs.Position Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollercalcsizeeventargs.md

latest1.5 KB
Original Source

ToolTipControllerCalcSizeEventArgs.Position Property

Gets or sets the coordinates of the top left tooltip corner.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public Point Position { get; set; }
vb
Public Property Position As Point

Property Value

TypeDescription
Point

The Point object specifying the coordinates of the top left tooltip corner relative to the desktop.

|

Remarks

The property specifies a point relative to the top left screen corner. If the property is not specified, it is calculated based on the cursor position.

See Also

ToolTipControllerCalcSizeEventArgs Class

ToolTipControllerCalcSizeEventArgs Members

DevExpress.Utils Namespace