Click or drag to resize

MamlElement Constructor

Initializes a new instance of the MamlElement class.

Namespace: Altaxo.Text.Renderers.Maml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MamlElement(
	string name,
	bool isInlineElement
)

Parameters

name  String
The element name.
isInlineElement  Boolean
Whether the element is inline.
See Also