Gets or sets the shape identifier.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public string Id { get; set; } |
Visual Basic Copy Code |
---|
Public Property Id As String |
A string id that has been passed as an argument of the Shape constructor.
Once assigned through the constructor, the shape identifier should not be changed, that is, do not use the set accessor of this property. To get the shape with a specified id, call the static FromId method.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |