Click or drag to resize

ThemedSegmentedItemHandlerTWidget, TCallbackSelected Property

Gets or sets a value indicating whether this SegmentedItem is selected.

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Selected { get; set; }

Property Value

Type: Boolean
true if selected; otherwise, false.

Implements

SegmentedItemIHandlerSelected
See Also