TextAreaHorizontalAlign Property |
Note: This API is now obsolete.
Gets or sets the horizontal alignment of the text.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [ObsoleteAttribute("Since 2.1: Use TextAlignment instead")]
public HorizontalAlign HorizontalAlign { get; set; }
<ObsoleteAttribute("Since 2.1: Use TextAlignment instead")>
Public Property HorizontalAlign As HorizontalAlign
Get
Set
[<ObsoleteAttribute("Since 2.1: Use TextAlignment instead")>]
member HorizontalAlign : HorizontalAlign with get, set
Property Value
Type:
HorizontalAlignThe horizontal alignment.
See Also