| 
       << Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Shape > Arrow > Method >SetLineType | 
    
Sets the line type.
Prototype :
void SetLineType
(
string LineType
)
Arguments :
LineType  | 
refer to LineTypeConst  | 
Example :
//string
This.SetLineType("Horizontal");
//constant
This.SetLineType(LineTypeConst.Horizontal);
Available Events :
All Events
See also :