ArrowOffset

<< Click to Display Table of Contents >>

Navigation:  MyLine > Properties >

ArrowOffset

public Byte ArrowOffset {get; set;}

 

value:        

 When a Line shape is drawn with an arrow, the ArrowOffset specifies how many pixels from the end of the line the arrow is drawn. Value is between: 0 - 255, default is 0.

 

Example:

 myCAD1.ArrowOffset = 0;

 ArrowOffset0

 myCAD1.ArrowOffset = 16;

 ArrowOffset16