Search
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

 See Also