Click or drag to resize

LabelIHandler Interface

Handler interface for the Label

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

The LabelIHandler type exposes the following members.

Properties
  NameDescription
Public propertyTextAlignment
Gets or sets the horizontal alignment of the text.
Public propertyVerticalAlignment
Gets or sets the vertical alignment of the text.
Public propertyWrap
Gets or sets the wrap mode for the text
Top
See Also