Click or drag to resize

IStyleListManagerTList, TGetEntryValues Method

Gets all lists together with their definition level.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<StyleListManagerBaseEntryValue<TList, T>> GetEntryValues()

Return Value

IEnumerableStyleListManagerBaseEntryValueTList, T
The lists together with their definition level.
See Also