Click or drag to resize

ListNodeSubItemBackColor Method

Gets the background color of the subitems.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual Color? SubItemBackColor(
	int i
)

Parameters

i  Int32
The zero-based subitem index.

Return Value

NullableColor
The background color of the subitem, or if no color is defined.
See Also