Gets a list with all masters in this stencil.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |