Gets or sets custom data associated with this screen overlay.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Object Tag { get; set; }
Public Property Tag As Object
Get
Set
public:
property Object^ Tag {
Object^ get ();
void set (Object^ value);
}
member Tag : Object with get, set
Property Value
Type:
ObjectRemarks
This property is commonly used in conjunction with
picking.
Custom data that needs to be retrieved or modified when this screen overlay is picked is
assigned to this property. When the screen overlay is picked, this property is used to
access the custom data.
See Also