TOC : Script API > JavaScript > JavaScript API > Component > Shape > Line > Method >

 

SetLineDash

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Shape > Line > Method >

 

SetLineDash

 

 

Sets the dash pattern of a line.

 

 

 

Prototype :

 

void SetLineDash

(

        string LineDash

)

 

 

 

Arguments :

 

LineDash

specify the value in the form of "dash gap".

 

 

 

Example :

 

This.SetLineDash("5 4");

 

 

 

Available Events :

 

All Events