This property sets the shape of the magnifier

[C++Builder]   imagekitcontrolname->Magnifier->Style [ = TVIkMagnifierStyle ]
[Delphi]   imagekitcontrolname.Magnifier.Style [ = TVIkMagnifierStyle ]

[TVIkMagnifierStyle Type]

Unit
     IkInit

type
     TVIkMagnifierStyle = (vikRectangleMagnifier, vikRoundRectMagnifier, vikEllipseMagnifier);

Property Value

Value Explanation
vikRectangleMagnifier Rectangular magnifier (default)
vikRoundRectMagnifier Rounded-rectangular magnifier
vikEllipseMagnifier Circular magnifier

Explanation

The Style 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.

Differences from ImageKit7/8/9/10 ActiveX

TIn VCL, constants have a "v". In ActiveX, the constants are: ikRectangleMagnifier, ikRoundRectMagnifier, ikEllipseMagnifier

 

The ImageKit10 VCL is a product created by Newtone Corporation