Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved