Enum BindingPriority
The priority of a value or binding.
public enum BindingPriority
Fields
Animation = -1
A value that comes from an animation.
Inherited = 4
The value is inherited from an ancestor element.
LocalValue = 0
A local value.
Style = 3
A style value.
StyleTrigger = 1
A triggered style value.
Template = 2
A value from the control's template.
Unset = 2147483647
The value is uninitialized.