Summary
Returns a selector which ORs selectors.
- Namespace
- Avalonia
.Styling - Containing Type
- Selectors
Syntax
public static Selector Or(IReadOnlyList<Selector> selectors)
Parameters
Name | Type | Description |
---|---|---|
selectors | IReadOnlyList |
The selectors to be OR'd. |
Return Value
Type | Description |
---|---|
Selector | The selector. |