Search Results for

    Show / Hide Table of Contents

    Class PointViewModel

    Inheritance
    System.Object
    PointViewModel
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class PointViewModel : UI.MVC.ViewModelBase

    Constructors

    | Improve this Doc View Source

    PointViewModel(Location)

    Declaration
    public PointViewModel(Location location)
    Parameters
    Type Name Description
    Location location
    | Improve this Doc View Source

    PointViewModel(PolygonViewModel, Location)

    Declaration
    public PointViewModel(PolygonViewModel polygon, Location location)
    Parameters
    Type Name Description
    PolygonViewModel polygon
    Location location

    Properties

    | Improve this Doc View Source

    IsDragging

    Declaration
    public bool IsDragging { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Location

    Declaration
    public Location Location { get; set; }
    Property Value
    Type Description
    Location
    | Improve this Doc View Source

    Polygon

    Declaration
    public PolygonViewModel Polygon { get; set; }
    Property Value
    Type Description
    PolygonViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx