BiDrawLine
This class represents a link line.
This class extends BiBrowserCheck.features.hasSvg and therefore all methods and fields available for BiBrowserCheck.features.hasSvg are also available for BiDrawLine .
Constructor
new BiDrawLine ( nWidth,sType,sForeColor,sStartArrowStyle,sEndArrowStyle )
Parameters
| Name | Type | Optional | Default | Descripton |
nWidth | Number | The line width | ||
sType | String | The line type. Accepted values are:- dotted, dashed, solid | ||
sForeColor | String | The line color | ||
sStartArrowStyle | String | The start arrow style. | ||
sEndArrowStyle | String | The end arrow style. |
Properties
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
Depending on the browser this class inherits from either BiSvg or BiVml.
