Click or drag to resize

MamlRendererElementStackContains Method

Determines whether the element stack contains the specified element.

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

Parameters

mamlElement  MamlElement
The element to check for.

Return Value

Boolean
True if the element is on the stack; otherwise, false.
See Also