AncestorFinder.

Create<T>(IStyledElement) Method

Namespace
Avalonia.Controls.Utils
Containing Type
AncestorFinder

Syntax

public static IObservable<T> Create<T>(IStyledElement control) where T : IStyledElement

Type Parameters

Name Description
T

Parameters

Name Type Description
control IStyledElement

Return Value

Type Description
IObservable<T>