ResourceDictionaryItem(Object) Property

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Object? this[
	Object key
] { get; set; }

Parameters

key  Object
 

Property Value

Object

Implements

IDictionaryTKey, TValueItemTKey

See Also