Skip to main content
Version: 3.5

FlowDirection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines constants that specify the direction in which consecutive user interface (UI) elements are placed in a linear layout container.

public enum FlowDirection : Enum

Fields

NameDescription
BottomUpElements flow from the bottom of the design surface to the top.
LeftToRightElements flow from the left edge of the design surface to the right.
RightToLeftElements flow from the right edge of the design surface to the left.
TopDownElements flow from the top of the design surface to the bottom.

Used By

NameDescription
FlowLayoutPanel.FlowDirectionReturns or sets a value indicating the flow direction of the FlowLayoutPanel control.