Search Results for

    Show / Hide Table of Contents

    Class DragInfo

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

    Properties

    | Edit this page View Source

    DraggingFeature

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

    Feature

    Declaration
    public GeometryFeature? Feature { get; set; }
    Property Value
    Type Description
    GeometryFeature
    | Edit this page View Source

    StartOffsetToVertex

    Declaration
    public MPoint? StartOffsetToVertex { get; set; }
    Property Value
    Type Description
    MPoint
    | Edit this page View Source

    Vertex

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