Summary
The priority of a binding.
- Namespace
- Avalonia
.Data - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["BindingPriority"]
class Type type-node
Syntax
public enum BindingPriority
Fields
Name | Constant Value | Summary |
---|---|---|
Animation | -1 |
A value that comes from an animation.
static
|
LocalValue | 0 |
A local value.
static
|
Style | 3 |
A style binding.
static
|
StyleTrigger | 1 |
A triggered style binding.
static
|
TemplatedParent | 2 |
A binding to a property on the templated parent.
static
|
Unset | 2147483647 |
The binding is uninitialized.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|