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

 

SetEffect

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetEffect

 

 

Sets the font effect.

 

 

 

Prototype :

 

void SetEffect

(

        string Effect

)

 

 

 

Arguments :

 

Effect

refer to EffectConst

 

 

 

Example :

 

//string

 This.SetEffect("Dimension");

 

//constant

 This.SetEffect(EffectConst.Dimension);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind

 

 

 

See also :

 

EffectConst