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

* ImageKit9ALib refers to the ANSI version, ImageKit9Lib 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 ImageKit9 ActiveX is a product created by Newtone Corporation