
Gets or sets the baseline alignment, in twips, of the Text Control. Positive values moves the baseline to superscript, negative values moves the baseline to subscript.
[C#]
public int Baseline { get; set; }
[Visual Basic]
Public Property Baseline() As Integer
The property's value must be between -960 twips and 960 twips (48 pt).