Click or drag to resize

DensityImagePlotItemControllerSelectedTab Property

Gets or sets the selected tab. The value of -1 selectes the data tab, values >= 0 select one of the style tabs.

Namespace: Altaxo.Gui.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int? SelectedTab { get; set; }

Property Value

NullableInt32
The selected tab.
See Also