TileMode Enumeration TIBCO Spotfire 6.0 API Reference
How to generally arrange Visuals within a Page.

Namespace: Spotfire.Dxp.Application.Layout
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public enum TileMode
Members

  Member nameValueDescription
Horizontally0Arrange the Visuals giving each as much horizontal space as possible.
Vertically1Arrange the Visuals giving each as much vertical space as possible.
Evenly2Arrange the Visuals giving them as similar sizes as possible.
Maximize3Arrange the Spotfire.Dxp.Application.Visualss giving the active Visual maximal space and the rest minimal space.
See Also