Create(StyledElement, Type) Method
Definition
Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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>
Parameters
Return Value
See Also
Reference
AncestorFinder Class
Create Overload
Avalonia.Controls.Utils Namespace