AvaloniaPropertyLogicalNot Operator
Provides access to a property's binding via the
AvaloniaObject
indexer.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static IndexerDescriptor operator !(
AvaloniaProperty property
)
Public Shared Operator Not (
property As AvaloniaProperty
) As IndexerDescriptor
static let inline (not)
property : AvaloniaProperty : IndexerDescriptor
- property AvaloniaProperty
- The property.
IndexerDescriptorA
IndexerDescriptor describing the binding.