Returns the Shape having the specified identifier.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Shape ShapeTemplateFromId ( |
Visual Basic
Copy Code
|
|---|
Public Function ShapeTemplateFromId( _ |
The id of the shape to create.
An instance of the Shape class.
See Also