Summary
Returns a selector which matches a previous selector's child.
- Namespace
- Avalonia
.Styling - Containing Type
- Selectors
Syntax
public static Selector Child(this Selector previous)
Parameters
Name | Type | Description |
---|---|---|
previous | Selector | The previous selector. |
Return Value
Type | Description |
---|---|
Selector | The selector. |