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 | Description |
---|---|
BaselineAlignment |
Subscript
Renders the text smaller and slightly beneath the level of the surrounding text
Declaration
public const BaselineAlignment Subscript
Field Value
Type | Description |
---|---|
BaselineAlignment |
Superscript
Renders the text smaller and slightly above the level of the surrounding text
Declaration
public const BaselineAlignment Superscript
Field Value
Type | Description |
---|---|
BaselineAlignment |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |