Click or drag to resize

ListNodeSubItemBackColor Method

Gets the color of the sub items.

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

Parameters

i  Int32
The i.

Return Value

NullableColor

[Missing <returns> documentation for "M:Altaxo.Collections.ListNode.SubItemBackColor(System.Int32)"]

See Also