ToString(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)
- C#
- VB
- F#
public abstract string ToString(
Style? owner
)
Public MustOverride Function ToString (
owner As Style
) As String
abstract ToString :
owner : Style -> string
Parameters
- Style
- The owner style.