Click or drag to resize

TextControlIHandler Interface

Handler interface for the TextControl based controls

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : CommonControlIHandler, 
	ControlIHandler, WidgetIHandler

The TextControlIHandler type exposes the following members.

Properties
  NameDescription
Public propertyText
Gets or sets the text of the control.
Public propertyTextColor
Gets or sets the color of the text.
Top
See Also