Gets or sets custom data associated with this globe overlay.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic virtual Object Tag { get; set; }Public Overridable Property Tag As Object
Get
Set
public:
virtual property Object^ Tag {
Object^ get ();
void set (Object^ value);
}abstract Tag : Object with get, set
override Tag : Object with get, set
Property Value
Type:
Object
See Also