Share via


RadialControllerMenuItem.Tag Property

Definition

Gets or sets an object used to identify custom tools on the RadialController menu.

public:
 property Platform::Object ^ Tag { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Tag();

void Tag(IInspectable value);
public object Tag { get; set; }
var object = radialControllerMenuItem.tag;
radialControllerMenuItem.tag = object;
Public Property Tag As Object

Property Value

Object

Platform::Object

IInspectable

Identifies custom tools on the RadialController menu.

Applies to

See also