TextBoxCellVerticalAlignment Property |
Gets or sets the vertical alignment of the text within the cell.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(VerticalAlignment.Center)]
public VerticalAlignment VerticalAlignment { get; set; }
<DefaultValueAttribute(VerticalAlignment.Center)>
Public Property VerticalAlignment As VerticalAlignment
Get
Set
[<DefaultValueAttribute(VerticalAlignment.Center)>]
member VerticalAlignment : VerticalAlignment with get, set
Property Value
Type:
VerticalAlignmentThe vertical text alignment.
See Also