IndexerDescriptorWithPriority Method
Modifies the binding priority.
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IndexerDescriptor WithPriority(
BindingPriority priority
)
Public Function WithPriority (
priority As BindingPriority
) As IndexerDescriptor
member WithPriority :
priority : BindingPriority -> IndexerDescriptor
- priority BindingPriority
- The binding priority.
IndexerDescriptorThe object that the method was called on.