Skip to main content

BindingPriority Enumeration

The priority of a value or binding.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum BindingPriority
View Source

Members

LocalValue0A local value.
StyleTrigger1A triggered style value.
Template2A value from the control's template.
Style3A style value.
Inherited4The value is inherited from an ancestor element.
Animation-1A value that comes from an animation.
Unset2,147,483,647The value is uninitialized.

See Also

Reference

Avalonia.Data Namespace