<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartTitle > Method >SetUseThreadAtImage |
Set whether to use thread for a image.
Prototype :
void SetUseThreadAtImage
(
bool UseThread
)
Arguments :
UseThread |
true for using thread for a image. |
Reference :
The drawing type must be 'image'.
Example :
This.SetUseThreadAtImage(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind