Selectors.

Descendant(Selector) Method

Summary

Returns a selector which matches a descendant of a previous selector.
Namespace
Avalonia.Styling
Containing Type
Selectors

Syntax

public static Selector Descendant(this Selector previous)

Parameters

Name Type Description
previous Selector The previous selector.

Return Value

Type Description
Selector The selector.