SegmentedButtonSelectionMode Property |
Gets or sets the selection mode.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public SegmentedSelectionMode SelectionMode { get; set; }
Public Property SelectionMode As SegmentedSelectionMode
Get
Set
member SelectionMode : SegmentedSelectionMode with get, set
Property Value
Type:
SegmentedSelectionModeThe selection mode.
See Also