Selectors.

Not(Selector, Func<Selector, Selector>) Method

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

Name Type Description
previous Selector The previous selector.
argument Func<Selector, Selector> The selector to be not-ed.

Return Value

Type Description
Selector The selector.