MamlRendererNumberOfElementsOnStack Method |
Gets the number of times the specified element appears on the stack.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int NumberOfElementsOnStack(
MamlElement mamlElement
)
Parameters
- mamlElement MamlElement
- The element to count.
Return Value
Int32The number of occurrences of the element on the stack.
See Also