EnumBaselineAlignment
Enum
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.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public enum BaselineAlignment
Fields
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.