Click or drag to resize

TextAlignment Enumeration

Specifies the text alignment for a Label

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum TextAlignment
Members
  Member nameValueDescription
Left0 Text will be aligned to the left
Center1 Text will be aligned in the center of the label
Right2 Text will be aligned to the right
See Also