ToString(ContainerQuery) Method
Gets a string representing the query, with the nesting separator (^
) replaced with the parent query.
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract string ToString(
ContainerQuery? owner
)
Public MustOverride Function ToString (
owner As ContainerQuery
) As String
abstract ToString :
owner : ContainerQuery -> string
Parameters
- ContainerQuery
- The owner container.
Return Value
StringSee Also
Reference
StyleQuery Class
ToString Overload
Avalonia.Styling Namespace