Click or drag to resize

UserControllerForObjectAttribute(Type, Int32) Constructor

Initializes a new instance of the UserControllerForObjectAttribute class

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public UserControllerForObjectAttribute(
	Type type,
	int priority
)

Parameters

type  Type

[Missing <param name="type"/> documentation for "M:Altaxo.Gui.UserControllerForObjectAttribute.#ctor(System.Type,System.Int32)"]

priority  Int32

[Missing <param name="priority"/> documentation for "M:Altaxo.Gui.UserControllerForObjectAttribute.#ctor(System.Type,System.Int32)"]

See Also