property SwimLane.DrawPartsOrder as String
Defines the order of the parts the elements display

TypeDescription
String A string expression that specifies the order to draw the parts of the elements. The list is separated by comma, no spaces are accepted
By default, the DrawPartsOrder property is "extracaption,caption,extrapicture,picture,check,client". The DrawPartsOrder property supports the following parts (separated by comma): "extracaption", "caption", "extrapicture", "picture", "check" and "client". You can use the DrawPartsOrder property to make the caption to be displayed over the picture, by using "extrapicture,picture,check,extracaption,caption,client". If a part is missing from the DrawPartsOrder property, it is not shown in the element. For instance, if "check" is missing the element shows no check-box, even the element's ShowCheckBox property is True. The CaptionAlign, PicturesAlign property aligns the caption/pictures The ElementFormat property specifies the way the control shows the parts of the element (The DrawPartsOrder property has no effect if the ElementFormat property is set)