Gets or sets arbitrary data that can be associated with the link.
Declaration
[C1Category("Appearance")]
[C1Description("C1TopicLink.Tag", "Gets or sets arbitrary data that can be associated with the link.")]
[TypeConverter(typeof(StringConverter))]
public object Tag { get; set; }