MamlRendererPopToBefore Method |
Pops elements from the stack until just before the specified element is on top.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void PopToBefore(
MamlElement mamlElement
)
Parameters
- mamlElement MamlElement
- The element to pop to before.
See Also