MindFusion.Mapping Programmer's Guide

MapView Class

See Also
 






A WPF control used to draw maps.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public class MapView : Control

Visual Basic  Copy Code

Public Class MapView
    Inherits Control

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            MindFusion.Mapping.Wpf.MapView

 See Also