Interface ISwitchBindingContext
Describes a binding context for switches.
Inherited Members
Namespace: SpiceSharp.Components.Switches
Assembly: SpiceSharp.dll
Syntax
public interface ISwitchBindingContext : IComponentBindingContext, IBindingContext
Properties
ControlValue
Gets the function that can return the controlling value.
Declaration
Func<double> ControlValue { get; }
Property Value
Type | Description |
---|---|
Func<double> | The controlling value. |