ImageGear .NET v25.2 - Updated
ShapeType Property (ImGearMagnifierCtl)




ImageGear.Wpf Assembly > ImageGear.WPF Namespace > ImGearMagnifierCtl Class : ShapeType Property
Gets or sets a shape of the popup magnifier window.
Syntax
'Declaration
 
<ImGearFilterAttribute("Default")>
Public Property ShapeType As ImGearMagnifierShapeType
'Usage
 
Dim instance As ImGearMagnifierCtl
Dim value As ImGearMagnifierShapeType
 
instance.ShapeType = value
 
value = instance.ShapeType
[ImGearFilter("Default")]
public ImGearMagnifierShapeType ShapeType {get; set;}
[ImGearFilter("Default")]
public: __property ImGearMagnifierShapeType get_ShapeType();
public: __property void set_ShapeType( 
   ImGearMagnifierShapeType value
);
[ImGearFilter("Default")]
public:
property ImGearMagnifierShapeType ShapeType {
   ImGearMagnifierShapeType get();
   void set (    ImGearMagnifierShapeType value);
}

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

Is this page helpful?
Yes No
Thanks for your feedback.