StreamHandlers Property
An ordered collection of stream plugins that can be used to customize the behavior of the '^' stream binding operator.
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static IList<IStreamPlugin> StreamHandlers { get; }
Public Shared ReadOnly Property StreamHandlers As IList(Of IStreamPlugin)
Get
static member StreamHandlers : IList<IStreamPlugin> with get