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 |