Returns a reference to the shape with the specified string identifier.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
The id argument should match an identifier passed to a constructor of the existing shape templates.
WpfDiagram Programmer's Guide | © 2024 MindFusion |