Click or drag to resize

ThemedTextStepperHandlerSelection Property

Gets or sets the current text selection.

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Range<int> Selection { get; set; }

Property Value

Type: RangeInt32
The text selection.

Implements

TextBoxIHandlerSelection
See Also