HintShownEventArgs.ScreenPoint Property
In This Article
Gets the screen point where a hint is shown.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public Point ScreenPoint { get; }
#Property Value
Type | Description |
---|---|
Point | The screen point. |
See Also