TOC : Script API > JavaScript > JavaScript API > Component > FixedTableLabel > Method >

 

SetDrawingType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > FixedTableLabel > Method >

 

SetDrawingType

 

 

Sets the drawing type.

 

 

 

Prototype :

 

void SetDrawingType

(

        string DrawingType

)

 

 

 

Arguments :

 

DrawingType

refer to DrawingTypeConst

 

 

 

Example :

 

//string

 This.SetDrawingType("Image");

 

//constant

 This.SetDrawingType(DrawingTypeConst.Image);

 

 

 

Available Events :

 

OnBind,   OnEndBind,   OnInitialize,   OnStartBind

 

 

 

See also :

 

DrawingTypeConst