Discuss this help topic in SecureBlackbox Forum
Specifies the X-stretching of the background picture.
Declaration
[C#/Java]
double StretchX;
[VB.NET]
Property StretchX As Double
[Pascal]
property StretchX : double;
[C++]
double get_StretchX();
void set_StretchX(double Value);
[PHP]
double get_StretchX()
void set_StretchX(double $Value)
Description
Use this property to manually specify the horizontal size of the stretched background picture.
Discuss this help topic in SecureBlackbox Forum