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