Skip to main content

Selector Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

A selector in a Avalonia.Styling.Style.

public class Selector

Inheritance: object -> Selector

Methods

NameDescription
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