PanelPlacement Constructor TIBCO Spotfire 6.5 API Reference
Initializes a new instance of the PanelPlacement class.

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

public PanelPlacement(
	PanelRegion region,
	int index,
	bool isDocked
)

Parameters

region
Type: Spotfire.Dxp.Application.Layout PanelRegion
The docking region.
index
Type: System Int32
The docking index.
isDocked
Type: System Boolean
Initial docking state.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also