Track Method
Tracks a named control relative to another control.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static IObservable<Object?> Track(
INameScope scope,
string name
)
Public Shared Function Track (
scope As INameScope,
name As String
) As IObservable(Of Object)
static member Track :
scope : INameScope *
name : string -> IObservable<Object>
Parameters
- INameScope
- The scope relative from which the object should be resolved.
- String
- The name of the object to find.