Table of Contents

Enum FlowDirection

Namespace
Xui.Core.UI
Assembly
Core.dll

Represents the resolved physical direction of layout flow along an axis. This is derived from WritingMode and Direction, and is used to control stacking, alignment, and layout flow along block or inline axes.

public enum FlowDirection : byte

Fields

BottomToTop = 3

Content flows from bottom to top.

LeftToRight = 0

Content flows from left to right.

RightToLeft = 1

Content flows from right to left.

TopToBottom = 2

Content flows from top to bottom.