constants DefArrangeEnum
The DefArrangeEnum type specifies the options of the Arrange method. The DefArrange property specifies a property of Arrange method. Changing any of the following properties has effect at the next Arrange call. The DefArrangeEnum type supports the following values:

NameValueDescription
exDefArrangeDir0 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:
  • 0, horizontal arrangement
  • any other value, specifies a vertical arrangement.

(long expression)

exDefArrangeDX1 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)

exDefArrangeDY2 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)

exDefArrangeAlign3 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)

exDefArrangeCompact4 exDefArrangeCompact. Specifies whether the elements should be compacted, during the Arrange operation.