Class PriorityBinding
Describes a collection of bindings attached to a single property. These behave as "priority" bindings, meaning that the property receives its value from the first binding in the collection that can produce a legal value.
[ContentProperty("Bindings")]
public class PriorityBinding : BindingBase, IAddChild
- Inheritance
-
PriorityBinding
- Implements
Constructors
- PriorityBinding()
Constructor
Properties
- Bindings
List of inner bindings