[Visual
Basic] imagekitcontrolname.DispScaleY
[= Double ]
[Visual
C++] [double =
]imagekitcontrolname.GetDispScaleY()
imagekitcontrolname.SetDispScaleY(double Val)
imagekitcontrolname.SetDispScaleY(double Val)
Property Value
The magnification at which an image is displayed.
Explanation
The DispScaleX and DispScaleY properties set the magnification at which and image is displayed in the ImageKit Control. (Actual size display is 1 by default). If the DispScaleX and DispScaleY properties equal 2, for example, then the image will be displayed a twice actual size. Likewise, if the the DispScaleX and DispScaleY properties equal 0.5, then the image will be displayed at half actual size. The DispScaleX and DispScaleY properties are only effective when the image is displayed at actual size.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.