TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >

 

SetTopBorderDash

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >

 

SetTopBorderDash

 

 

Sets the dash pattern of the top border.

 

 

 

Prototype :

 

void SetTopBorderDash

(

       string TopBorderDash

)

 

 

 

Arguments :

 

TopBorderDash

specify the value in the form of "dash gap;dash gap;...".

 

 

 

Example :

 

This.SetTopBorderDash("4 3");

 

 

 

Available Events :

 

All Events