Gets a list with all masters in this stencil.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
C# Copy Code |
---|
public List<Master<TColor, TImage>> Masters { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Masters As List(Of Master(Of TColor, TImage)) |
A list of Master(TColor, TImage) objects.