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