FunctionBindingBehavior Members
Binds a ViewModel function’s result to a control’s property.Constructors
| Name | Description |
|---|---|
| FunctionBindingBehavior() | Initializes a new instance of the FunctionBindingBehavior class. |
Fields
Properties
| Name | Description |
|---|---|
| Arg1 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg10 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg11 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg12 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg13 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg14 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg15 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg2 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg3 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg4 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg5 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg6 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg7 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg8 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Arg9 | Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Converter | Gets or sets the converter to convert the value returned by the FunctionBindingBehavior.Function property. This is a dependency property. |
| ConverterParameter | Gets or sets the parameter to pass to the FunctionBindingBehavior.Converter. |
| Function | Gets or sets the name of a Source‘s function whose result should change the Target‘s Property value. This is a dependency property. |
| HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable. |
| Property | Gets or sets a Target object’s property name. When the Function is executed, its result changes the specified property’s value. This is a dependency property. |
| Source | Gets or sets an object whose method or a function should be executed. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
| Target | Gets or sets a target object. This is a dependency property. Inherited from FunctionBindingBehaviorBase. |
Methods
| Name | Description |
|---|---|
| ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the specified HandoffBehavior is used. Inherited from Animatable. |
| ApplyAnimationClock(DependencyProperty, AnimationClock) | Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the SnapshotAndReplace handoff behavior is used. Inherited from Animatable. |
| BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) | Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the specified HandoffBehavior is used. Inherited from Animatable. |
| BeginAnimation(DependencyProperty, AnimationTimeline) | Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the SnapshotAndReplace handoff behavior is used. Inherited from Animatable. |
| Clone() | Creates a modifiable clone of this Animatable, making deep copies of this object’s values. When copying this object’s dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. Inherited from Animatable. |
| GetAnimationBaseValue(DependencyProperty) | Returns the non-animated value of the specified DependencyProperty. Inherited from Animatable. |
| ShouldSerializeStoredWeakReference(DependencyObject) static | Specifies whether a dependency object should be serialized. Inherited from Animatable. |
See Also