LogicalNot Operator
Provides access to a property's binding via the AvaloniaObject indexer.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static IndexerDescriptor operator !(
AvaloniaProperty property
)
Public Shared Operator Not (
property As AvaloniaProperty
) As IndexerDescriptor
static let inline (not)
property : AvaloniaProperty : IndexerDescriptor
Parameters
- AvaloniaProperty
- The property.
Return Value
IndexerDescriptor
A IndexerDescriptor describing the binding.