menu

UWP

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

    Show / Hide Table of Contents

    Class BaselineAlignment

    Specifes the baseline alignment style for the CharacterFormat.

    Inheritance
    System.Object
    BaselineAlignment
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

    CharacterFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved