ImageAreaBaseTag Property

This is used to get or set an object that contains additional user-defined data for the image area

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
[TypeConverterAttribute(typeof(StringConverter))]
public Object? Tag { get; set; }

Property Value

Object

Implements

IImageAreaTag

See Also