This property sets the shape of the magnifier
[Visual
Basic] imagekitcontrolname.Magnifier.Type
[ = MagnifierTypeConstants ]
[Visual C++] [
long =
]imagekitcontrolname.GetMagnifier().GetType()
imagekitcontrolname.GetMagnifier().SetType(long Val)
imagekitcontrolname.GetMagnifier().SetType(long Val)
Property Value
Value | Explanation |
---|---|
0 | Rectangular magnifier (default) |
1 | Rounded-rectangular magnifier |
2 | Circular magnifier |
In Visual Basic, the following constants can also be used: (ikRectangleMagnifier = 0, ikRoundRectMagnifier = 1, ikEllipseMagnifier = 2).
Explanation
The Type property sets the shape of the magnifier.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.