Search
MapContent.Map Property
See Also
 





Gets or sets the Map wrapped by this MapContent.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Map Map { get; set; }

Visual Basic  Copy Code

Public Property Map As Map

 Property Value

A MindFusion.Mapping.Map instance.

 See Also