Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryGetList Method

Gets the list (style) with the provided name.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TList GetList(
	string name
)

Parameters

name  String
The name.

Return Value

TList
The list (style) with the provided name.

Implements

IStyleListManagerTList, TGetList(String)
See Also