Selectors.

Not(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, Selector argument)

Parameters

Name Type Description
previous Selector The previous selector.
argument Selector The selector to be not-ed.

Return Value

Type Description
Selector The selector.