Table of Contents

Property ColorGetter

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

ColorGetter

Delegate for multi-colored tree views. Return the Scheme to use for each passed object or null to use the default.

public Func<T, Scheme> ColorGetter { get; set; }

Property Value

Func<T, Scheme>