<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Shape > Line > Method >SetLineDashType |
Sets the dash type.
Prototype :
void SetLineDashType
(
string LineDashType
)
Arguments :
LineDashType |
refer to LineDashTypeConst |
Example :
//string
This.SetLineDashType("RoundDot");
//constant
This.SetLineDashType(LineDashTypeConst.RoundDot);
Available Events :
All Events
See also :