Click or drag to resize

Layout Enumeration

Used in Layout to set the orientation of the thumbnail viewer. It affects the direction that Centered property centers in.

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 Layout
Members
  Member nameDescription
Vertical The WebThumbnailViewer is in a vertical orientation and Centered should center left to right.
Horizontal The WebThumbnailViewer is in a horizontal orientation and Centered should center top to bottom.
See Also