Gets or sets the shape identifier.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public string Id { get; set; } |
Visual Basic Copy Code |
---|
Public Property Id As String |
Once assigned in the constructor, the shape identifier should not be changed, that is, do not use the set accessor of this property.
WpfDiagram Programmer's Guide | © 2024 MindFusion |