<< Click to Display Table of Contents >> NShape Reference
|
Gets and sets the tag of the shape.
public abstract object Tag { get; set; } |
The tag is any user-defined value that can be used for any purpose. <%PRODUCTNAME> only provides this property and does not process it in any way.
This value is not serialized by the base classes and must not be serialized by any derived classes. Moreover, it will not be stored in the repository.
Any reference type object.