NoteTag.CreateHeart

NoteTag.CreateHeart method

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

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

Return Value

The NoteTag.

See Also