ImageGear .NET v24.12 - Updated
ImageRadius Property




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearMagnifierPopUpCtl Class : ImageRadius Property
Gets horizontal and vertical radius of the ellipse.
Syntax
'Declaration
 
Public ReadOnly Property ImageRadius As Size
'Usage
 
Dim instance As ImGearMagnifierPopUpCtl
Dim value As Size
 
value = instance.ImageRadius
public Size ImageRadius {get;}
public: __property Size get_ImageRadius();
public:
property Size ImageRadius {
   Size get();
}

Property Value

System.Windows.Size value.
Remarks
Required to build geometric path in XAML file.
See Also

Reference

ImGearMagnifierPopUpCtl Class
ImGearMagnifierPopUpCtl Members