Gets or sets a value specifying whether text is subscript at the current input position. If text is selected, the property specifies this attribute for the whole selected text.

Syntax

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

Remarks

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