Click or drag to resize

G3DPlotItemControllerBringTabToFront Method

Brings the tab for the specified style to the front.

Namespace: Altaxo.Gui.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void BringTabToFront(
	int styleIndex
)

Parameters

styleIndex  Int32
The index of the style whose tab should be selected.
See Also