Gets or sets a value specifying whether text is top 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? TopAligned { get; set; }
Public Property TopAligned() As Nullable(Of Boolean)

Remarks

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