Search Results for

    Show / Hide Table of Contents

    Class WidgetArgs

    Inheritance
    object
    WidgetArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Widgets
    Assembly: Mapsui.dll
    Syntax
    public class WidgetArgs

    Constructors

    | Edit this page View Source

    WidgetArgs(int, bool, bool)

    Declaration
    public WidgetArgs(int clickCount, bool leftButton, bool shift)
    Parameters
    Type Name Description
    int clickCount
    bool leftButton
    bool shift

    Properties

    | Edit this page View Source

    ClickCount

    Declaration
    public int ClickCount { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    LeftButton

    Declaration
    public bool LeftButton { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Shift

    Declaration
    public bool Shift { get; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX