Click or drag to resize

ThemedTextStepperHandlerText Property

Gets or sets the text of the control.

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

Property Value

Type: String
The text content.

Implements

TextControlIHandlerText
See Also