ListNodeSubItemBackColor Method |
Gets the background color of the subitems.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual Color? SubItemBackColor(
int i
)
Parameters
- i Int32
- The zero-based subitem index.
Return Value
NullableColorThe background color of the subitem, or
if no color is defined.
See Also