We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26e5c4 commit 918f442Copy full SHA for 918f442
Types/Gradient/ToString.ps1
@@ -0,0 +1,7 @@
1
+<#
2
+.SYNOPSIS
3
+ Stringifies the gradient
4
+.DESCRIPTION
5
+ Gets the gradient as a string. By default, returns the CSS gradient.
6
+#>
7
+return "$($this.CSS)"
0 commit comments