FlowDirection Enumeration
The 'flow-direction' property specifies whether the primary text advance
direction shall be left-to-right or right-to-left.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum FlowDirection
Public Enumeration FlowDirection
| LeftToRight | 0 | |
| RightToLeft | 1 | |