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)
[VB.NET]   imagekitcontrolname.Magnifier.Type [ = ImageKit10(A)Lib.MagnifierTypeConstants ]
[C#.NET]   imagekitcontrolname.Magnifier.Type [ = ImageKit10(A)Lib.MagnifierTypeConstants ]

* ImageKit10ALib refers to the ANSI version, ImageKit10Lib refers to the Unicode version.

Property Value

Value Explanation
0 Rectangular magnifier (default)
1 Rounded-rectangular magnifier
2 Circular magnifier

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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation