ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierPopUpCtl Class / ImageRadius Property




In This Topic
    ImageRadius Property
    In This Topic
    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