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

 

SetArrowType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetArrowType

 

 

Sets the arrow type.

 

 

 

Prototype :

 

void SetArrowType

(

        string ArrowType

)

 

 

 

Arguments :

 

ArrowType

refer to ArrowTypeConst

 

 

 

Example :

 

//string

 This.SetArrowType("Both");

 

//constant

 This.SetArrowType(ArrowTypeConst.Both);

 

 

 

Available Events :

 

All Events

 

 

 

See also :

 

ArrowTypeConst