Click or drag to resize

ViewDescriptionElement(String, Object) Constructor

Initializes a new instance of the ViewDescriptionElement class.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ViewDescriptionElement(
	string title,
	Object view
)

Parameters

title  String
The title.
view  Object
The view instance.
See Also