Class BaselineAlignment
Specifies the baseline alignment type for character format.
Inheritance
System.Object
BaselineAlignment
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class BaselineAlignment : Enum
Fields
Normal
Renders the text normally.
Declaration
public const BaselineAlignment Normal
Field Value
Type |
---|
BaselineAlignment |
Subscript
Renders the text smaller and slightly beneath the level of the surrounding text
Declaration
public const BaselineAlignment Subscript
Field Value
Type |
---|
BaselineAlignment |
Superscript
Renders the text smaller and slightly above the level of the surrounding text
Declaration
public const BaselineAlignment Superscript
Field Value
Type |
---|
BaselineAlignment |