Click or drag to resize

MamlRendererPush(MamlElement, IEnumerableKeyValuePairString, String) Method

Pushes a Maml element with attributes onto the stack.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Push(
	MamlElement mamlElement,
	IEnumerable<KeyValuePair<string, string>>? attributes
)

Parameters

mamlElement  MamlElement
The Maml element to push.
attributes  IEnumerableKeyValuePairString, String
The attributes for the element.
See Also