Gets the name associated with shape's master.
Namespace: MindFusion.Diagramming.Import
Assembly: MindFusion.Diagramming.Import.Visio
SyntaxC#
Copy Code
|
|---|
public string MasterName { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property MasterName As String |
A string specifying the name of the shape master.
See Also