Gets or sets the shape identifier.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C#
![]() |
---|
public string Id { get; set; } |
Visual Basic
![]() |
---|
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.
NetDiagram Programmer's Guide | © 2023 MindFusion |