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