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
None
Sets the reading order and alignment of the specified run to none.
Declaration
public const BiDirectionalOverride None
Field Value
RTL
Sets the reading order and alignment of the specified run to right-to-left.
Declaration
public const BiDirectionalOverride RTL