Summary
Tracks a named control relative to another control.
- Namespace
- Avalonia
.Controls - Containing Type
- NameScopeLocator
Syntax
public static IObservable<object> Track(INameScope scope, string name)
Parameters
Name | Type | Description |
---|---|---|
scope | INameScope | The scope relative from which the object should be resolved. |
name | string | The name of the object to find. |
Return Value
Type | Description |
---|---|
IObservable |