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