Click or drag to resize

ThemedTextStepperHandlerTextAlignment Property

Gets or sets the alignment of the text in the entry box.

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

Property Value

Type: TextAlignment
The text alignment.

Implements

TextBoxIHandlerTextAlignment
See Also