SetTextBinding Method
Sets the value of the TextBindingProperty attached property to a given Interactive.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetTextBinding(
Interactive interactive,
IBinding? value
)
Public Shared Sub SetTextBinding (
interactive As Interactive,
value As IBinding
)
static member SetTextBinding :
interactive : Interactive *
value : IBinding -> unit
Parameters
- Interactive
- The interactive element.
- IBinding
- The search text binding to set.