Enum BaselineAlignment
Describes how the baseline for a text-based element is positioned on the vertical axis, relative to the established baseline for text.
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum BaselineAlignment
Baseline
A baseline that is aligned at the actual baseline of the containing box.
Subscript
A baseline that is aligned at the subscript position of the containing box.
Superscript
A baseline that is aligned at the superscript position of the containing box.