TextBoxFormatVerticalAlignment Property |
Gets or sets the vertical alignment of the text within an object such as a Shape or a TableCell.
Default value is Top.
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 23.0.35.1026
Syntaxpublic VerticalAlignment VerticalAlignment { get; set; }
Public Property VerticalAlignment As VerticalAlignment
Get
Set
Property Value
Type:
VerticalAlignment
The vertical alignment of the text within an object such as a
Shape or a
TableCell.
See Also