Types/Gradient/ToString.ps1

<#
.SYNOPSIS
    Stringifies the gradient
.DESCRIPTION
    Gets the gradient as a string. By default, returns the CSS gradient.
#>

return "$($this.CSS)"