MindFusion.Wpf Pack Programmer's Guide
Shape.Id Property
See Also
 





Gets or sets the shape identifier.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public string Id { get; set; }

Visual Basic  Copy Code

Public Property Id As String

 Property Value

 Remarks

Once assigned in the constructor, the shape identifier should not be changed, that is, do not use the set accessor of this property.

 See Also

Shape Members
Shape Class
MindFusion.Diagramming.Wpf Namespace