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