Table of Contents

Class StyleQuery

Namespace
Avalonia.Styling
Assembly
Avalonia.Base.dll

A query in a ContainerQuery.

public abstract class StyleQuery
Inheritance
StyleQuery
Inherited Members
Extension Methods

Methods

ToString()

public override string ToString()

Returns

string

ToString(ContainerQuery?)

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

public abstract string ToString(ContainerQuery? owner)

Parameters

owner ContainerQuery

The owner container.

Returns

string