Click or drag to resize

PropertiesLoad(XElement) Method

Loads a properties container from the specified XML element.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Properties Load(
	XElement element
)

Parameters

element  XElement
The XML element to load.

Return Value

Properties
The loaded properties container.
See Also