Search
ImportItemEventArgs.MasterName Property
See Also
 





Gets the name associated with shape's master.

Namespace: MindFusion.Diagramming.Import
Package: MindFusion.Diagramming.Import.Visio

 Syntax

C#  Copy Code

public string MasterName { get; }

Visual Basic  Copy Code

Public ReadOnly Property MasterName As String

 Property Value

A string specifying the name of the shape master.

 See Also