Click or drag to resize

UserControlForControllerAttribute(Type, Int32) Constructor

Initializes a new instance of the UserControlForControllerAttribute class

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

Parameters

type  Type

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

priority  Int32

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

See Also