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