DiagramLite Programmer's Guide
Shape.Id Property
See Also
 





Gets or sets the shape identifier.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public string Id { get; set; }

Visual Basic  Copy Code

Public Property Id As String

 Property Value

 Remarks

Once assigned through 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 Namespace