CanvasItem.deleteTag

Delete a specific tag associated to this item.

class CanvasItem
deleteTag
(
this T
)
(
string tag
)

Parameters

tag string

The tags to delete.

Return Value

Type: auto

This item to aid method chaining.

Meta