ImageGear for .NET
ShapeType Property
See Also  Example Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearMagnifier Class : ShapeType Property




Glossary Item Box

Gets or sets the shape of the popup magnifier window.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

ImGearMagnifierShapeType enumeration value.

Remarks

Default value is rectangle.

Example

C#Copy Code
igMagnifier.ShapeType = ImageGear.Windows.Forms.ImGearMagnifierShapeType.Ellipse;
Visual BasicCopy Code
igMagnifier.ShapeType = ImageGear.Windows.Forms.ImGearMagnifierShapeType.Ellipse

See Also

©2013. Accusoft Corporation. All Rights Reserved.