constants LayoutEnum
The LayoutEnum expression specifies how the fields are arranged in the control's client area. Use the Layout property to arrange the fields in the control. Use the LabelSize property to specify the width of the label. Use the FieldWidth, FieldHeight  properties to specify the size of the fields.

NameValueDescription
exLeftToRight0 Arranges the fields from the left to the right side of the control.
exTopToBottom1 Arranges the fields from the top to the bottom side of the control.
exCustomLayout61440 Customizes the position of fields on the page. The CustomLayout property appends relative position of the fields, when Layout property is exCustomLayout.