Specifies how an inline element’s baseline is positioned vertically relative to the surrounding text baseline.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Flow
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum BaselineAlignment
Fields
Aligns the text to the normal baseline of the containing line box.
C#
Baseline = 0
Shifts the baseline to the subscript position of the line box.
C#
Subscript = 1
Shifts the baseline to the superscript position of the line box.
C#
Superscript = 2