Class HoveredEventArgs
Inheritance
System.Object
HoveredEventArgs
Assembly: Mapsui.UI.Wpf.dll
Syntax
public class HoveredEventArgs : EventArgs
Constructors
|
Improve this Doc
View Source
HoveredEventArgs(Point)
Declaration
public HoveredEventArgs(Point screenPosition)
Parameters
Type |
Name |
Description |
Point |
screenPosition |
|
Properties
|
Improve this Doc
View Source
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ScreenPosition
Declaration
public Point ScreenPosition { get; }
Property Value