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