Func Property
Func
Gets or sets the function that creates the style for the specified item.
Declaration
public Func<RulesEngineSource, int, string, RulesEngineStyle> Func { get; set; }
Public Property Func As Func(Of RulesEngineSource, Integer, String, RulesEngineStyle)