Summary
Extension methods for
Selector
.
- Namespace
- Avalonia
.Styling - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["Selectors"]
class Type type-node
Syntax
public static class Selectors
Methods
Name | Value | Summary |
---|---|---|
Child |
Selector |
Returns a selector which matches a previous selector's child.
static
|
Class |
Selector |
Returns a selector which matches a control's style class.
static
|
Descendant |
Selector |
Returns a selector which matches a descendant of a previous selector.
static
|
Is |
Selector |
Returns a selector which matches a type or a derived type.
static
|
Is |
Selector |
Returns a selector which matches a type or a derived type.
static
|
Name |
Selector |
Returns a selector which matches a control's Name.
static
|
Not |
Selector |
Returns a selector which inverts the results of selector argument.
static
|
Not |
Selector |
Returns a selector which inverts the results of selector argument.
static
|
OfType |
Selector |
Returns a selector which matches a type.
static
|
OfType |
Selector |
Returns a selector which matches a type.
static
|
Or |
Selector |
Returns a selector which ORs selectors.
static
|
Or |
Selector |
Returns a selector which ORs selectors.
static
|
PropertyEquals |
Selector |
Returns a selector which matches a control with the specified property value.
static
|
PropertyEquals |
Selector |
Returns a selector which matches a control with the specified property value.
static
|
Template |
Selector |
Returns a selector which enters a lookless control's template.
static
|