HostLayerExecuteFromTopmostChildToRoot Method |
Executes an action on each child layer, including this layer, beginning with the topmost child (the first child of the first child of...).
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ExecuteFromTopmostChildToRoot(
Action<HostLayer> action
)
Parameters
- action ActionHostLayer
- The action to execute.
See Also