Search Results for

    Show / Hide Table of Contents

    Class SimplicMap

    Inheritance
    System.Object
    SimplicMap
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class SimplicMap : RadMap

    Constructors

    | Improve this Doc View Source

    SimplicMap()

    Declaration
    public SimplicMap()

    Fields

    | Improve this Doc View Source

    AddPointCommandProperty

    Declaration
    public static readonly DependencyProperty AddPointCommandProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    ChangeCurrentPolygonCommandProperty

    Declaration
    public static readonly DependencyProperty ChangeCurrentPolygonCommandProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    IsDrawingModeProperty

    Declaration
    public static readonly DependencyProperty IsDrawingModeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    PolygonsSourceProperty

    Declaration
    public static readonly DependencyProperty PolygonsSourceProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    SearchLocationCommandProperty

    Declaration
    public static readonly DependencyProperty SearchLocationCommandProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    SelectedPolygonProperty

    Declaration
    public static readonly DependencyProperty SelectedPolygonProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    AddPointCommand

    Declaration
    public ICommand AddPointCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    ChangeCurrentPolygonCommand

    Declaration
    public ICommand ChangeCurrentPolygonCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    IsDrawingMode

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

    PolygonsSource

    Declaration
    public ObservableCollection<PolygonViewModel> PolygonsSource { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<PolygonViewModel>
    | Improve this Doc View Source

    SearchLocationCommand

    Declaration
    public ICommand SearchLocationCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    SelectedPolygon

    Declaration
    public PolygonViewModel SelectedPolygon { get; set; }
    Property Value
    Type Description
    PolygonViewModel

    Methods

    | Improve this Doc View Source

    SelectAndZoomCurrentPolygon()

    Declaration
    public void SelectAndZoomCurrentPolygon()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx