PanelRegion Enumeration TIBCO Spotfire 6.0 API Reference
Specifies which edge of a page to dock a panel to. This enumeration is used in PanelPlacement.

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

[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public enum PanelRegion
Members

  Member nameValueDescription
Left0Left region.
Bottom1Bottom region.
Right2Right region.
See Also