NoteTag.CreateRedSquare

NoteTag.CreateRedSquare method

Creates a new note tag with RedSquare icon and specified label.

public static NoteTag CreateRedSquare(string label = "Project A")
ParameterTypeDescription
labelStringThe tag’s label.

Return Value

The NoteTag.

See Also