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.3179.0 (4.8.3179.0)
Syntax
C#
public ViewDescriptionElement(
	string title,
	Object view
)

Parameters

title  String

[Missing <param name="title"/> documentation for "M:Altaxo.Gui.Common.ViewDescriptionElement.#ctor(System.String,System.Object)"]

view  Object

[Missing <param name="view"/> documentation for "M:Altaxo.Gui.Common.ViewDescriptionElement.#ctor(System.String,System.Object)"]

See Also