Click or drag to resize

MamlRendererPopToBefore Method

Pops elements from the stack until just before the specified element is on top.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void PopToBefore(
	MamlElement mamlElement
)

Parameters

mamlElement  MamlElement
The element to pop to before.
See Also