Wisej.Web.FlowDirection
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.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
Public Enum FlowDirection As [Enum]
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.
FlowLayoutPanel.FlowDirection
Returns or sets a value indicating the flow direction of the FlowLayoutPanel control.
Last updated 3 years ago
Was this helpful?