Click or drag to resize

Label Class

Displays a string of text on the form
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class Label : TextControl

The Label type exposes the following members.

Constructors
  NameDescription
Public methodLabel
Initializes a new instance of the Label class
Top
Properties
  NameDescription
Public propertyHorizontalAlign Obsolete.
Gets or sets the horizontal alignment of the text.
Public propertyTextAlignment
Gets or sets the horizontal alignment of the text.
Public propertyVerticalAlign Obsolete.
Gets or sets the vertical 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