MindFusion.Mapping 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