Gets or sets a value specifying whether text is vertically centered at the current text 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? VerticallyCentered { get; set; }
Public Property VerticallyCentered() As Nullable(Of Boolean)

Remarks

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