Class VisibilityBinder
The two-way IBinder that controls visibility of UI components.
Inherited Members
Namespace: FastenUp.Runtime.Binders.Behaviours
Assembly: cs.temp.dll.dll
Syntax
public sealed class VisibilityBinder : BaseBinder, IValueReceiver<bool>, IValueProvider<bool>, IBinder<bool>, IBinder, IHierarchyCache
Methods
GetValue()
Gets the value from the binder.
Declaration
public bool GetValue()
Returns
Type | Description |
---|---|
Boolean | The value that was provided by the binder. |
RebuildCache()
Rebuilds hierarchy cache.
Declaration
public void RebuildCache()
SetValue(Boolean)
Sets the value to the binder.
Declaration
public void SetValue(bool value)
Parameters
Type | Name | Description |
---|---|---|
Boolean | value |