FlowDirection Enumeration
The 'flow-direction' property specifies whether the primary text advance direction shall be left-to-right or right-to-left.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum FlowDirection
Public Enumeration FlowDirection
type FlowDirection
Members
LeftToRight | 0 | |
RightToLeft | 1 |