Pen

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Properties >

Pen

public Pen Pen {get; set;}

 

value:        

 Set  the pen of MyCAD that you need.

 

Example:

 myCAD1.Pen.Width = 2;

 myCAD1.Pen.Color = Color.Green;