Click or drag to resize

LayoutDirection Enumeration

Specifies the direction of the layout flow.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
Horizontal1 Indicates that the layout should flow horizontally, filling rows as needed.
Vertical2 Indicates that the layout should flow vertically, filling columns as needed.
See Also