Types/Turtle/set_Stroke.ps1

param([string]$value)

$this | Add-Member -MemberType NoteProperty -Force -Name '.Stroke' -Value $value