| SegmentedItemIHandlerSelected 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
Syntaxbool Selected { get; set; }Property Selected As Boolean
	Get
	Set
abstract Selected : bool with get, set
Property Value
Type: 
Booleantrue if selected; otherwise, 
false.
 See Also
See Also