Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Turtle
0.1.2
Types/Turtle/get_Stroke.ps1
if
(
$this
.
'.Stroke'
)
{
return
$this
.
'.Stroke'
}
else
{
return
'currentcolor'
}