NoteTag.CreateGreenLeftArrow

NoteTag.CreateGreenLeftArrow method

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

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

Return Value

The NoteTag.

See Also