Gets a list with all masters in the stencil, mapped by name.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
C# Copy Code |
---|
public Dictionary<string, Master<TColor, TImage>> MastersByName { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property MastersByName As Dictionary(Of String, Master(Of TColor, TImage)) |
A map between the master shapes and their names.