NoteTag.CreateGreenRightArrow

NoteTag.CreateGreenRightArrow method

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

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

Return Value

The NoteTag.

See Also