Gets or sets a value specifying whether text is bottom aligned at the current input position. If text is selected, the property specifies this attribute for the whole selected text. In table cells text can be vertically aligned, at the top, at the bottom and centered. Outside of table cells, the vertical alignment is always at the top.

Introduced: X14.

Syntax

public bool? BottomAligned { get; set; }
Public Property BottomAligned() As Nullable(Of Boolean)

Remarks

The property returns null when the text selection contains multiple table cells with mixed setting.