Class HoveredEventArgs
Inheritance
System.Object
HoveredEventArgs
Assembly: Mapsui.UI.Wpf.dll
Syntax
public class HoveredEventArgs : EventArgs
Constructors
|
Improve this Doc
View Source
HoveredEventArgs(Geometries.Point)
Declaration
public HoveredEventArgs(Geometries.Point screenPosition)
Parameters
Type |
Name |
Description |
Geometries.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 Geometries.Point ScreenPosition { get; }
Property Value
Type |
Description |
Geometries.Point |
|