Click or drag to resize

FlowDirection Enumeration

Used in FlowDirection to set the ordering of the thumbnails in the viewer.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum FlowDirection
Members
  Member nameDescription
LeftToRight Thumbnails start at the upper left, go towards the right, and wrap back to the left.
TopToBottom Thumbnails start at the upper left, go down and wrap back to the top.
See Also