MindFusion.Wpf Pack Programmer's Guide
Stencil(TColor, TImage).MastersByName Property
See Also
 





Gets a list with all masters in the stencil, mapped by name.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

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))

 Property Value

A map between the master shapes and their names.

 See Also

Stencil(TColor, TImage) Members
Stencil(TColor, TImage) Class
MindFusion.Vsx Namespace