BindingPriority Enumeration

The priority of a value or binding.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum BindingPriority

Members

LocalValue0 A local value.
StyleTrigger1 A triggered style value.
Template2 A value from the control's template.
Style3 A style value.
Inherited4 The value is inherited from an ancestor element.
Animation-1 A value that comes from an animation.
Unset2,147,483,647 The value is uninitialized.

See Also