Click or drag to resize

SegmentedSelectionMode Enumeration

Enumeration of the selection modes for the SegmentedButton.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum SegmentedSelectionMode
Members
  Member nameValueDescription
None0 No selection is possible, but you can click on each segment to trigger its click event.
Single1 Only a single segment can be selected at a time
Multiple2 Multiple segments can be selected
See Also