Click or drag to resize

OverlayTag Property

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.1.418.0 (24.1.418.0)
Syntax
public Object Tag { get; set; }

Property Value

Type: Object
Remarks
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