This property sets the height of the magnifier
[Visual
Basic] imagekitcontrolname.Magnifier.Height
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetMagnifier().GetHeight()
imagekitcontrolname.GetMagnifier().SetHeight(short Val)
imagekitcontrolname.GetMagnifier().SetHeight(short Val)
Property Value
The Height property sets the vertical size of the magnifier (in pixels)
Explanation
The Height property sets the height of the magnifier.
The default value is 100.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.