Gets or set a MapContent instance representing the map rendered in this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public MapContent Content { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Content As MapContent |
See Also