Selectors.

OfType(Selector, Type) Method

Summary

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

Syntax

public static Selector OfType(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.