This property sets the width of the magnifier
[Visual
Basic] imagekitcontrolname.Magnifier.Width
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetMagnifier().GetWidth()
imagekitcontrolname.GetMagnifier().SetWidth(short Val)
imagekitcontrolname.GetMagnifier().SetWidth(short Val)
Property Value
The Width property sets the horizontal size of the magnifier (in pixels)
Explanation
The Width property sets the width 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.