Item(Object) Property
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Object? this[
Object key
] { get; set; }
Public Default Property Item (
key As Object
) As Object
Get
Set
abstract Item : Object with get, set
override Item : Object with get, set
Parameters
Property Value
ObjectImplements
IDictionary(TKey, TValue).Item(TKey)See Also
Reference
ResourceDictionary Class
Item Overload
Avalonia.Controls Namespace