Pen.Transparent Property
Gets a static Pen instance with a transparent color.
Syntax
public static Pen Transparent { get; }
Property Value
A pen with transparent color.
Remarks
This pen can be used for instance with the Drawable.DrawPolygon method, to fill a polygon without outlining it.
Platforms
Windows, Linux, Android