menu

Blazor

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

    Show / Hide Table of Contents

    Class BiDirectionalOverride

    Specifies directional override.

    Inheritance
    System.Object
    BiDirectionalOverride
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public sealed class BiDirectionalOverride : Enum

    Fields

    LTR

    Sets the reading order and alignment of the specified run to left-to-right.

    Declaration
    public const BiDirectionalOverride LTR
    Field Value
    Type
    BiDirectionalOverride

    None

    Sets the reading order and alignment of the specified run to none.

    Declaration
    public const BiDirectionalOverride None
    Field Value
    Type
    BiDirectionalOverride

    RTL

    Sets the reading order and alignment of the specified run to right-to-left.

    Declaration
    public const BiDirectionalOverride RTL
    Field Value
    Type
    BiDirectionalOverride
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved