AncestorFinderCreate(StyledElement, Type) Method
Namespace: Avalonia.Controls.UtilsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static IObservable<StyledElement?> Create(
StyledElement control,
Type ancestorType
)
Public Shared Function Create (
control As StyledElement,
ancestorType As Type
) As IObservable(Of StyledElement)
static member Create :
control : StyledElement *
ancestorType : Type -> IObservable<StyledElement>
- control StyledElement
-
- ancestorType Type
-
IObservableStyledElement