NoteTag.CreatePen

NoteTag.CreatePen method

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

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

Return Value

The NoteTag.

See Also