AvaloniaObjectItem(AvaloniaProperty) Property

Gets or sets the value of a AvaloniaProperty.

Definition

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

Parameters

property  AvaloniaProperty
The property.

Property Value

Object

See Also