

| Name | Value | Description | |||
| exDefArrangeDir | 0 | 
 Specifies the direction to auto-arrange the elements. By default, the
exDefArrangeDir is 0, which indicates that the elements are horizontally arranged.
 The
exDefArrangeDir property could be any of the following:
 
 (long expression)  | |||
| exDefArrangeDX | 1 | 
 Specifies the distance between two auto-arranged elements on horizontal axis.
 By default, the
exDefArrangeDX property is 24 pixels. You can use the
exDefArrangeDX to increase or decrease the distance of the arranged
 elements. 
  (long expression)  | |||
| exDefArrangeDY | 2 | 
 Specifies the distance between two auto-arranged elements on vertical axis. By
 default, the
exDefArrangeDY property is 18 pixels. You can use the
exDefArrangeDX to increase or decrease the distance of the arranged
 elements. 
  (long expression)  | |||
| exDefArrangeAlign | 3 | 
 Specifies the alignment of the elements relative to incoming/outgoing elements during the Arrange operation.
 By default, the
exDefArrangeAlign property is
CenterAlignment, which indicates that the elements are centered relative to incoming/outgoing elements 
  (AlignmentEnum expression)  | |||
| exDefArrangeCompact | 4 | exDefArrangeCompact. Specifies whether the elements should be compacted, during the Arrange operation. |