Enum BaselineAlignment
Specifes the baseline alignment style for the CharacterFormat.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum BaselineAlignment
Fields
| Name | Description |
|---|---|
| Normal | Specifies the text to be rendered normally. |
| Subscript | Specifies the text to appear below the baseline of text. |
| Superscript | Specifies the text to appear above the baseline of text. |