ValueTransformableTreeGraph BusVisibleTransform Property ElecNetKit Documentation
A function that should return true if a supplied Bus should be drawn.

Namespace: ElecNetKit.Graphing.Graphs
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public Func<Bus, bool> BusVisibleTransform { get; set; }
See Also