Click or drag to resize

IStyleListManagerTList, TGetAllListNames Method

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

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

Return Value

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