Search
Shape.ToString Method
See Also
 





Returns the identifier of this shape template.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override string ToString ()

Visual Basic  Copy Code

Public Overrides Function ToString () As String

 Return Value

A string value representing the shape identifier.

 See Also