PropertiesLoad(XElement) Method |
Loads a properties container from the specified XML element.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Properties Load(
XElement element
)
Parameters
- element XElement
- The XML element to load.
Return Value
PropertiesThe loaded properties container.
See Also