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
Public Interface IHandler
Inherits TextControlIHandler, CommonControlIHandler, ControlIHandler, WidgetIHandler
type IHandler =
interface
interface TextControlIHandler
interface CommonControlIHandler
interface ControlIHandler
interface WidgetIHandler
end
The LabelIHandler type exposes the following members.
Properties
| Name | Description |
---|
| TextAlignment |
Gets or sets the horizontal alignment of the text.
|
| VerticalAlignment |
Gets or sets the vertical alignment of the text.
|
| Wrap |
Gets or sets the wrap mode for the text
|
TopSee Also