Show / Hide Table of Contents

    Class HoveredEventArgs

    Inheritance
    System.Object
    HoveredEventArgs
    Namespace: Mapsui.UI
    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
    Type Description
    Point
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX