Bind two bindables to each other
Define properties to be synchronized and converted between two bindables.
Represents a combination of syncToRight/syncToLeft
OptionalconvertLeftToRight: ConvertFunctionif omitted, updated value will not be converted
OptionalconvertRightToLeft: ConvertFunctionif omitted, updated value will not be converted
Define properties to be synchronized between two bindables.
Define properties to be synchronized between from left to right bindables.
Define properties to be synchronized between from left to right bindables.
Define properties to be synchronized and converted from right bindable to left bindable
OptionalconvertValue: ConvertFunctionif omitted, updated value will not be converted
Define properties to be synchronized and converted from left bindable to right bindable
OptionalconvertValue: ConvertFunctionif omitted, updated value will not be converted
Class for two way binding between bindables.