Back to Devexpress

TextBox.VerticalTextAlignment Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-textbox-a6e455b1.md

latest1.5 KB
Original Source

TextBox.VerticalTextAlignment Property

Gets or sets the vertical alignment of text box content.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
VerticalTextAlignmentType VerticalTextAlignment { get; set; }
vb
Property VerticalTextAlignment As VerticalTextAlignmentType

Property Value

TypeDescription
VerticalTextAlignmentType

An enumeration member that specifies how to position text vertically in the text box.

|

Available values:

NameDescription
Top

Text is vertically aligned at the top.

| | Center |

Text is vertically aligned in the middle.

| | Bottom |

Text is vertically aligned at the bottom.

|

See Also

TextBox Interface

TextBox Members

DevExpress.XtraRichEdit.API.Native Namespace