AvaloniaPropertyLogicalNot Operator

Provides access to a property's binding via the AvaloniaObject indexer.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static IndexerDescriptor operator !(
	AvaloniaProperty property
)

Parameters

property  AvaloniaProperty
The property.

Return Value

IndexerDescriptor
A IndexerDescriptor describing the binding.

See Also