Selector Class
Definition
A selector in a Avalonia.Styling.Style.
public class Selector
Methods
| Name | Description |
|---|---|
| ToString (2 overloads) | No summary available. |
ToString overloads
ToString Method
public string ToString()
Returns
string
ToString Method
Gets a string representing the selector, with the nesting separator (^) replaced with
the parent selector.
public string ToString(Avalonia.Styling.Style owner)
Parameters
owner Avalonia.Styling.Style
The owner style.
Returns
string