[]
        
(Showing Draft Content)

C1.WPF.Schedule.BindingTargetsBridge

BindingTargetsBridge Class

Represents a class that keeps values of two binding targets equal.

Inheritance
BindingTargetsBridge
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
[Obfuscation(Exclude = true, ApplyToMembers = true)]
public class BindingTargetsBridge : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Remarks

This class is similar to the PropertyBridge<TPropType> class, but synchronized values are represented by bindings.

Constructors

Name Description
BindingTargetsBridge()

Properties

Name Description
BindingsTargetType

Gets or sets a type of synchronized bindings' target values, which is used for a value conversion.

SourceBinding

Gets or sets a source binding.

TargetBinding

Gets or sets a target binding.

Methods

Name Description
OnInitialized(EventArgs)

Overrides the default behavior.