<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > VideoPlayer > Method >SetImageAlign |
Sets the alignment of the main image set in VideoPlayer.
Prototype :
void SetImageAlign
(
string ImageAlign
)
Arguments :
ImageAlign |
refer to ImageAlignmentConst. |
Reference :
The drawing type must be the image.
Example :
//string
This.SetImageAlign("Center");
//constant
This.SetImageAlign(ImageAlignmentConst.Center);
Available Events :
OnAddToPage, OnBind, OnClick, OnEndBind, OnInitialize, OnPause, OnPlay, OnStartBind, OnStop
See also :