ResourceNodeExtensions Class
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class ResourceNodeExtensions
<ExtensionAttribute>
Public NotInheritable Class ResourceNodeExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ResourceNodeExtensions = class end
Inheritance | Object → ResourceNodeExtensions |
Methods
FindResource(IResourceHost, Object) | Finds the specified resource by searching up the logical tree and then global styles. |
FindResource(IResourceHost, ThemeVariant, Object) | Finds the specified resource by searching up the logical tree and then global styles. |
GetResourceObservable(IResourceHost, Object, Func(Object, Object)) | |
GetResourceObservable(IResourceProvider, Object, Func(Object, Object)) | |
GetResourceObservable(IResourceProvider, Object, ThemeVariant, Func(Object, Object)) | |
TryFindResource(IResourceHost, Object, Object) | Tries to the specified resource by searching up the logical tree and then global styles. |
TryFindResource(IResourceHost, Object, ThemeVariant, Object) | Tries to the specified resource by searching up the logical tree and then global styles. |
TryGetResource(IResourceHost, Object, Object) | Tries to find a resource within the object. |