[]
        
(Showing Draft Content)

C1.Web.Mvc.FlowDirection

FlowDirection Enum

Specifies the flow direction.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public enum FlowDirection

Fields

Name Description
BottomToUp

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.

TopToDown

Elements flow from the top of the design surface to the bottom.