Selectors.

Is(Selector, Type) Method

Summary

Returns a selector which matches a type or a derived type.
Namespace
Avalonia.Styling
Containing Type
Selectors

Syntax

public static Selector Is(this Selector previous, Type type)

Parameters

Name Type Description
previous Selector The previous selector.
type Type The type.

Return Value

Type Description
Selector The selector.