BindingPriority Enumeration
The priority of a value or binding.
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum BindingPriority
Public Enumeration BindingPriority
| 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.
|