Click or drag to resize

MamlRendererNumberOfElementsOnStack Method

Gets the number of times the specified element appears on the stack.

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

Parameters

mamlElement  MamlElement
The element to count.

Return Value

Int32
The number of occurrences of the element on the stack.
See Also