Skip to main content

ToolTipInfo.ToolTipPosition Property

Gets the tooltip position on a map.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public Point ToolTipPosition { get; }

#Property Value

Type Description
Point

A Point structure representing the tooltip position on a map.

See Also