Click or drag to resize

ViewDescriptionElement(ViewDescriptionElement) Constructor

Initializes a new instance of the ViewDescriptionElement class as a copy of another instance.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ViewDescriptionElement(
	ViewDescriptionElement from
)

Parameters

from  ViewDescriptionElement
The instance to copy.
See Also