<< Click to Display Table of Contents >>
Navigation: MyCAD > Properties >
public Pen Pen {get; set;}
value:
Set the pen of MyCAD that you need.
Example:
myCAD1.Pen.Width = 2;
myCAD1.Pen.Color = Color.Green;