Handler interface for the
Label
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic interface IHandler : TextControl.IHandler,
CommonControl.IHandler, Control.IHandler, Widget.IHandler
Public Interface IHandler
Inherits TextControl.IHandler, CommonControl.IHandler, Control.IHandler, Widget.IHandler
type IHandler =
interface
interface TextControl.IHandler
interface CommonControl.IHandler
interface Control.IHandler
interface Widget.IHandler
end
The Label.IHandler 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
|
Top
See Also