Summary
Returns a selector which inverts the results of selector argument.
- Namespace
- Avalonia
.Styling - Containing Type
- Selectors
Syntax
public static Selector Not(this Selector previous, Func<Selector, Selector> argument)
Parameters
Return Value
Type | Description |
---|---|
Selector | The selector. |