Item(AvaloniaProperty) Property
Gets or sets the value of a AvaloniaProperty.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Object? this[
AvaloniaProperty property
] { get; set; }
Public Default Property Item (
property As AvaloniaProperty
) As Object
Get
Set
member Item : Object with get, set
Parameters
- AvaloniaProperty
- The property.