menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BaselineAlignment - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved