Discuss this help topic in SecureBlackbox Forum
Specifies the X-stretching of the background picture.
Declaration
[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)
[Java]
double getStretchX();
void setStretchX(double Value);
Description
Use this property to manually specify the horizontal size of the stretched background picture.
Discuss this help topic in SecureBlackbox Forum