Gets the underlying Visio master.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Master<Color, Image> Master { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Master As Master(Of Color, Image) |
An instance of the Master(TColor, TImage) class.
See Also