Canvas.tagItemWithTag

Tag items that are already tagged with another tag.

class Canvas
tagItemWithTag
(
this T
)
(
string tag
,
string searchTag
)

Parameters

tag string

The tag to add.

searchTag string

The tag to select items to tag.

Return Value

Type: auto

This widget to aid method chaining.

Meta