MamlRendererElementStackContains Method |
Determines whether the element stack contains the specified element.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool ElementStackContains(
MamlElement mamlElement
)
Parameters
- mamlElement MamlElement
- The element to check for.
Return Value
BooleanTrue if the element is on the stack; otherwise, false.
See Also