Click or drag to resize

StyleListBagTList, TItem(IEnumerableTList) Constructor

Initializes a new instance of the StyleListBagTList, TItem class.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public StyleListBag(
	IEnumerable<TList> styleLists
)

Parameters

styleLists  IEnumerableTList
The style lists to store.
See Also