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