<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Region > Method >SetBackgroundImageAlign |
Sets the image alignment style of the background image.
Prototype :
void SetBackgroundImageAlign
(
string BackgroundImageAlign
)
Arguments :
BackgroundImageAlign |
refter to ImageAlignmentConst |
Example :
//string
This.SetBackgroundImageAlign("Center");
//constant
This.SetBackgroundImageAlign(ImageAlignmentConst.Center);
Available Events :
All Events
See also :