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





Gets a list with all masters in this stencil.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

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

 Property Value

A list of Master(TColor, TImage) objects.

 See Also

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