Class HoveredEventArgs
Inheritance
HoveredEventArgs
Assembly: Mapsui.UI.Android.dll
Syntax
public class HoveredEventArgs : EventArgs
Constructors
|
Edit this page
View Source
HoveredEventArgs(MPoint)
Declaration
public HoveredEventArgs(MPoint screenPosition)
Parameters
Type |
Name |
Description |
MPoint |
screenPosition |
|
Properties
|
Edit this page
View Source
Handled
Declaration
public bool Handled { get; set; }
Property Value
|
Edit this page
View Source
ScreenPosition
Declaration
public MPoint ScreenPosition { get; }
Property Value