SelectorToString(Style) Method

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

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract string ToString(
	Style? owner
)

Parameters

owner  Style
The owner style.

Return Value

String

See Also