ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / MapControl Class
Members

In This Topic
    MapControl Class
    In This Topic
    Represents a control that can be embedded inside a dock pane, view pane or a dialog and used to display project items such as 2D and 3D maps, feature layers, rater datasets, layer packages etc. MapControl
    Object Model
    MapControl ClassCamera ClassMapPoint ClassEnvelope ClassMapPoint ClassSpatialReference ClassMapControlContent Class
    Syntax
    Remarks
    The MapControl is a native control and if it is placed in a transparent native window then the MapControl will also be transparent and will not display. An example of this is if you use the MapControl as an embeddable control by associating it with a MapTool then the MapControl will be hosted in a transparent native window and will not be visible.
    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
                         System.Windows.Controls.ContentControl
                            System.Windows.Controls.UserControl
                               ArcGIS.Desktop.Mapping.Controls.MapControl

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also