Click or drag to resize

ListNodeImageIndex Property

Can be overridden to get an image index, that can be used to retrieve an image from a resource.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual int ImageIndex { get; set; }

Property Value

Int32
The index of the image.
See Also