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.3572.0 (4.8.3572.0)
Syntax
C#
public UserControlForControllerAttribute(
	Type type,
	int priority
)

Parameters

type  Type
The controller type.
priority  Int32
The selection priority.
See Also