Types/Turtle/set_StrokeWidth.ps1

param([string]$value)

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