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