AncestorFinderCreate(StyledElement, Type) Method

Definition

Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static IObservable<StyledElement?> Create(
	StyledElement control,
	Type ancestorType
)

Parameters

control  StyledElement
 
ancestorType  Type
 

Return Value

IObservableStyledElement

See Also