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.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.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.).

The LayerControllerTabType type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also