WithPriority Method
Modifies the binding priority.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IndexerDescriptor WithPriority(
BindingPriority priority
)
Public Function WithPriority (
priority As BindingPriority
) As IndexerDescriptor
member WithPriority :
priority : BindingPriority -> IndexerDescriptor
Parameters
- BindingPriority
- The binding priority.
Return Value
IndexerDescriptor
The object that the method was called on.