MindFusion.Wpf Pack Programmer's Guide
Map.Shapes Property
See Also
 





Returns the list of map shapes.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public List<Shape> Shapes { get; }

Visual Basic  Copy Code

Public ReadOnly Property Shapes As List(Of Shape)

 Property Value

A list of Shape objects.

 See Also

Map Members
Map Class
MindFusion.Mapping Namespace