Click or drag to resize

LayerControllerTabType Enumeration

Designates, which type of tab is choosen in the layer view. Dependent on this choise a list of secondary choices will be shown.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum LayerControllerTabType
Members
Member nameValueDescription
Unique0No secondary choice available (i.e. for layer position, layer background).
Scales1List of scales as secondary choice (e.g. x-scale, y-scale).
Axes2List of axes as secondary choice (e.g. left, top, bottom, right, x=0 etc.)
Planes3List of planes as secondary choice (e.g. front, back etc.).
See Also