Click or drag to resize

StyleListManagerBaseEntryValueTList, T Constructor

Initializes a new instance of the StyleListManagerBaseEntryValueTList, T class.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public StyleListManagerBaseEntryValue(
	TList list,
	ItemDefinitionLevel level
)

Parameters

list  TList
The style list.
level  ItemDefinitionLevel
The definition level of the list.
See Also