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) Version: 11.3.999
public enum FlowDirection

Members

LeftToRight0 
RightToLeft1 

See Also