CanvasItem.addTag

Add a specific tag to this item.

class CanvasItem
addTag
(
this T
)
(
string tag
)

Parameters

tag string

The tags to add.

Return Value

Type: auto

This item to aid method chaining.

Meta