Discuss this help topic in SecureBlackbox Forum
Specifies the Y-stretching of the background picture.
Declaration
[C#/Java]
double StretchY;
[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)
Description
Use this property to manually specify the vertical size of the stretched background picture.
Discuss this help topic in SecureBlackbox Forum