SelectorToString(Style) Method
Gets a string representing the selector, with the nesting separator (`^`) replaced with
the parent selector.
Namespace: Avalonia.StylingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract string ToString(
Style? owner
)
Public MustOverride Function ToString (
owner As Style
) As String
abstract ToString :
owner : Style -> string
- owner Style
- The owner style.
String