Gets a list with all masters in this stencil.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
See Also