This property sets the shape of the magnifier.

[Visual Basic] Public Property Type As MagnifierType
[C#] public MagnifierType Type {get; set;}

Property Value

Value Explanation
RectangleMagnifier Rectangular magnifier (default)
EllipseMagnifier Circular magnifier

Explanation

The Type property sets the shape of the magnifier.

When the magnifier is a rectangle, the size of the rectangle is determined by the Width and Height properties. When the magnifier is an ellipse, the Width and Height properties define the rectangle which bounds the ellipse.

See Also

ImageKit.Magnifier Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation