Returns the list of map shapes.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public List<Shape> Shapes { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Shapes As List(Of Shape) |
A List of Shape objects.
See Also