MindFusion.Mapping Programmer's Guide

MapLayerBase(TColor, TPalette).Selection Property

See Also
 






Gets the list of selected map shapes.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public List<Shape> Selection { get; }

Visual Basic  Copy Code

Public ReadOnly Property Selection As List(Of Shape)

 Property Value

A list of Shape objects.

 See Also