BindingPriority Enumeration
The priority of a value or binding.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum BindingPriority
Public Enumeration BindingPriority
type BindingPriority
Members
| LocalValue | 0 | A local value. | 
| StyleTrigger | 1 | A triggered style value. | 
| Template | 2 | A value from the control's template. | 
| Style | 3 | A style value. | 
| Inherited | 4 | The value is inherited from an ancestor element. | 
| Animation | -1 | A value that comes from an animation. | 
| Unset | 2,147,483,647 | The value is uninitialized. |