NoteTag.CreatePinkSquare

NoteTag.CreatePinkSquare method

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

public static NoteTag CreatePinkSquare(string label = "")
ParameterTypeDescription
labelStringThe tag’s label.

Return Value

The NoteTag.

See Also