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