Click or drag to resize

VerticalAlign 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 VerticalAlignment instead")]
public struct VerticalAlign

The VerticalAlign type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBottom
Text will be aligned to the bottom of the label
Public propertyStatic memberMiddle
Text will be aligned to the middle of the label
Public propertyStatic memberTop
Text will be aligned to the top of the label
Top
Methods
Operators
See Also