Click or drag to resize

HorizontalAlign Structure

Note: This API is now obsolete.

Specifies the horizontal alignment for a Label

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.1: Use TextAlignment instead")]
public struct HorizontalAlign

The HorizontalAlign type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCenter
Text will be aligned in the center of the label
Public propertyStatic memberLeft
Text will be aligned to the left
Public propertyStatic memberRight
Text will be aligned to the right
Top
Methods
Operators
See Also