Enum BiDirectionalOverride
Specifies directional override.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum BiDirectionalOverride
Fields
| Name | Description |
|---|---|
| LTR | Sets the reading order and alignment of the specified run to left-to-right. |
| None | Sets the reading order and alignment of the specified run to none. |
| RTL | Sets the reading order and alignment of the specified run to right-to-left. |