TileMode Enumeration

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
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.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference