Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryGetAllListNames Method

Gets the names of all entries (styles) in the list.

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

Return Value

IEnumerableString
The names of all entries (styles) in the list.

Implements

IStyleListManagerTList, TGetAllListNames
See Also