SegmentedItemSelected Property |
Gets or sets a value indicating whether this
SegmentedItem is selected.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Selected { get; set; }
Public Property Selected As Boolean
Get
Set
member Selected : bool with get, set
Property Value
Type:
Booleantrue if selected; otherwise,
false.
See Also