MamlRendererPush(MamlElement, IEnumerableKeyValuePairString, String) Method |
Pushes a Maml element with attributes onto the stack.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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