ResourceNodeExtensions Class

Namespace
Avalonia.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["ResourceNodeExtensions"] class Type type-node

Syntax

public static class ResourceNodeExtensions

Methods

Name Value Summary
FindResource(IResourceHost, object) object?
Finds the specified resource by searching up the logical tree and then global styles.
static
GetResourceObservable(IResourceHost, object, Func<object?, object?>?) IObservable<object?>
static
GetResourceObservable(IResourceProvider, object, Func<object?, object?>?) IObservable<object?>
static
TryFindResource(IResourceHost, object, object?) bool
Tries to the specified resource by searching up the logical tree and then global styles.
static