onAdd Property View Source onAdd Set this callback to override what happens when clicking the add button. It gets passed the button's position. Declaration public Action<Rect> onAdd { get; set; } Property Value Action<Rect>