Table of Contents

Class Selector

Namespace
Avalonia.Styling
Assembly
Avalonia.Base.dll

A selector in a Style.

public abstract class Selector
Inheritance
Selector
Inherited Members
Extension Methods

Constructors

Selector()

protected Selector()

Methods

ToString()

public override string ToString()

Returns

string

ToString(Style?)

Gets a string representing the selector, with the nesting separator (^) replaced with the parent selector.

public abstract string ToString(Style? owner)

Parameters

owner Style

The owner style.

Returns

string