PanelPlacement Constructor TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also