ResourceDictionary.

TryGetResource(object, object?) Method

Namespace
Avalonia.Controls
Containing Type
ResourceDictionary

Syntax

public bool TryGetResource(object key, out object? value)

Parameters

Name Type Description
key object
value object?

Return Value

Type Description
bool