All Frameworks  Object Hierarchy  This Framework  Indexes  

CatArrangeStyle (Enumeration)

enum CatArrangeStyle {
  catArrangeCascade,
  catArrangeTiledHorizontal,
  catArrangeTiledVertical
}
Window arrangement style.
Values:
catArrangeCascade
The windows are superimposed, the first one being located in the upper left corner, each other window being shifted to the bottom and to the right from the previous one, so that their title bar and a thin left strip of each is visible, except for the last one which is fully visible.
catArrangeTiledHorizontal
The windows are arranged as non-overlapping horizontal tiles
catArrangeTiledVertical
The windows are arranged as non-overlapping vertical tiles


Copyright © 2003, Dassault Systèmes. All rights reserved.