ImageGear .NET - Updated March 30, 2018
ShapeType Property (ImGearMagnifierCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearMagnifierCtl Class : ShapeType Property
Gets or sets a shape of the popup magnifier window.
Syntax
'Declaration
 
<ImGearFilterAttribute()>
Public Property ShapeType As ImGearMagnifierShapeType
 
'Usage
 
Dim instance As ImGearMagnifierCtl
Dim value As ImGearMagnifierShapeType
 
instance.ShapeType = value
 
value = instance.ShapeType

Property Value

ImGearMagnifierShapeType enumeration value.
Remarks
Can be either rectangle or ellipse. Default value is ImGearMagnifierShapeType.Rectangle.
See Also

Reference

ImGearMagnifierCtl Class
ImGearMagnifierCtl Members
ImGearMagnifierShapeType Enumeration