AncestorFinderCreateT(StyledElement) Method

Definition

Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static IObservable<T> Create<T>(
	StyledElement control
)
where T : StyledElement

Parameters

control  StyledElement
 

Type Parameters

T

Return Value

IObservableT

See Also