Class BaselineAlignment
Specifes the baseline alignment style for the CharacterFormat.
Inheritance
System.Object
BaselineAlignment
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class BaselineAlignment : Enum
Fields
Normal
Specifies the text to be rendered normally.
Declaration
public const BaselineAlignment Normal
Field Value
Type |
---|
BaselineAlignment |
Subscript
Specifies the text to appear below the baseline of text.
Declaration
public const BaselineAlignment Subscript
Field Value
Type |
---|
BaselineAlignment |
Superscript
Specifies the text to appear above the baseline of text.
Declaration
public const BaselineAlignment Superscript
Field Value
Type |
---|
BaselineAlignment |