klyn.gui.windows.CursorShape.ADD
field
public static readonly ADD as String = "add"
Description

Arrow cursor with a small plus sign for additive selection.

Use this cursor when holding a modifier keeps the current selection and allows another item to be added to it.

diagram.cursor = CursorShape.ADD