Click or drag to resize

MamlRendererPopTo Method

Pops elements from the stack until the specified element is found and popped.

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

Parameters

mamlElement  MamlElement
The element to pop to.
See Also