Class ColorBinder
The one-way IBinder binds a value to the component with
Inherited Members
Namespace: FastenUp.Runtime.Binders.Behaviours
Assembly: cs.temp.dll.dll
Syntax
public class ColorBinder : BaseBinder, IValueReceiver<Color>, IBinder<Color>, IBinder
Methods
SetValue(Color)
Sets the value to the binder.
Declaration
public void SetValue(Color value)
Parameters
Type | Name | Description |
---|---|---|
Color | value |