Thickness Property
Summary
Gets or sets the thickness of the pen.
Syntax
public double Thickness { get; set; }
Public Property Thickness As Double
public:
property double Thickness {
double get();
void set ( double );
}
Property Value
A value that specifies the thickness of the D2DPen in pixels.