Gets and sets the color of the pen used to draw the line.
public Color PenColor {get; set;}
public: __property Color get_PenColor();
public: __property void set_PenColor(
Color value
);
'Declaration
Public Property PenColor As Color
'Usage
Dim instance As PolyLineTool
Dim value As Color
instance.PenColor = value
value = instance.PenColor
Property Value
The
System.Drawing.Color of the pen used to draw the line.