Search
ConnectorImportedEventArgs.ShapeName Property
See Also
 





Gets the Visio name of the connector shape.

Namespace: MindFusion.Diagramming.Wpf.Import
Assembly: MindFusion.Diagramming.Wpf.VisioImport

 Syntax

C#  Copy Code

public string ShapeName { get; }

Visual Basic  Copy Code

Public ReadOnly Property ShapeName As String

 Property Value

A string specifying the Visio name of the connector.

 See Also