Gets or sets the shape identifier.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public string Id { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Id As String |
RemarksOnce assigned in the constructor, the shape identifier should not be changed, that is, do not use the set accessor of this property.
See Also