NoteTag.CreateBlueLeftArrow

NoteTag.CreateBlueLeftArrow method

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

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

Return Value

The NoteTag.

See Also