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.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum LayerControllerTabType
Members Member name | Value | Description |
---|
Unique | 0 | No secondary choice available (i.e. for layer position, layer background). |
Scales | 1 | List of scales as secondary choice (e.g. x-scale, y-scale). |
Axes | 2 | List of axes as secondary choice (e.g. left, top, bottom, right, x=0 etc.) |
Planes | 3 | List of planes as secondary choice (e.g. front, back etc.). |
See Also