NoteTag.CreateQuestionMark

NoteTag.CreateQuestionMark method

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

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

Return Value

The NoteTag.

See Also