Returns a reference to the shape with the specified string identifier.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static Shape FromId ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromId( _ |
The identifier of the shape of interest.
A reference to the Shape with the specified identifier or a null reference (Nothing in Visual Basic) if there is no such shape.
RemarksThe id argument should match an identifier passed to a constructor of the existing shape templates.
See Also