Click or drag to resize

UserControlPriorityAttribute Constructor

Initializes a new instance of the UserControlPriorityAttribute class.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public UserControlPriorityAttribute(
	int priority
)

Parameters

priority  Int32
The priority. Higher values mean higher priority.
See Also