FlowDirection
Wisej.Web.FlowDirection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Defines constants that specify the direction in which consecutive user interface (UI) elements are placed in a linear layout container.
Fields
Name
Description
BottomUp
Elements flow from the bottom of the design surface to the top.
LeftToRight
Elements flow from the left edge of the design surface to the right.
RightToLeft
Elements flow from the right edge of the design surface to the left.
TopDown
Elements flow from the top of the design surface to the bottom.
Used By
Name
Description
Returns or sets a value indicating the flow direction of the FlowLayoutPanel control.
Last updated