Discuss this help topic in SecureBlackbox Forum
Specifies the Y-stretching of the background picture.
Declaration
[VB.NET]
Property StretchY As Double
[Pascal]
property StretchY : Double;
[C++]
double get_StretchY();
void set_StretchY(double Value);
[PHP]
double get_StretchY()
void set_StretchY(double $Value)
[Java]
double getStretchY();
void setStretchY(double Value);
Description
Use this property to manually specify the vertical size of the stretched background picture.
Discuss this help topic in SecureBlackbox Forum