<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Shape > Arrow > Method >SetArrowShape |
Sets the arrow shape.
Prototype :
void SetArrowShape
(
string ArrowShape
)
Arguments :
ArrowShape |
refer to ArrowShapeConst |
Example :
//string
This.SetArrowShape("Circle");
//constant
This.SetArrowShape(ArrowShapeConst.Circle);
Available Events :
All Events
See also :