Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryGetEntryValues Method

Gets all manager entries with their concrete entry type.

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

Return Value

IEnumerableTListManagerEntry
The manager entries.
See Also