IDefaultUIToggler

Namespace: WellFired.Profile.ProfileProcessor.Visual

Description

Used by VisualProcessor. It define what should be the default condition under which UI should be displayed.

Properties

Func< bool > DefaultFunction { get; set; }

Breakdown

  • Func< bool > DefaultFunction { get; set; }