Click or drag to resize

SuperfluousLayersAction Enumeration

Information of what happens to superfluous layers during the arrange layers action.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum SuperfluousLayersAction
Members
Member nameValueDescription
Untouched0Leave the layers untouched.
Remove1Remove the superfluous layers.
OverlayFirstLayer2The superfluous layers take the same position like the first layer.
OverlayLastLayer3The superfluous layers take the same position like the last regularly arranged layer.
See Also