- 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 |
object? |
Finds the specified resource by searching up the logical tree and then global styles.
static
|
Get |
IObservable |
static
|
Get |
IObservable |
static
|
TryFindResource |
bool |
Tries to the specified resource by searching up the logical tree and then global styles.
static
|