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




In This Topic
    ParentCtl Property (ImGearMagnifierPopUpCtl)
    In This Topic
    Gets a reference to ImGearMagnifierCtl object that contains magnifier parameters.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentCtl As ImGearMagnifierCtl
    'Usage
     
    Dim instance As ImGearMagnifierPopUpCtl
    Dim value As ImGearMagnifierCtl
     
    value = instance.ParentCtl
    public ImGearMagnifierCtl ParentCtl {get;}
    public: __property ImGearMagnifierCtl* get_ParentCtl();
    public:
    property ImGearMagnifierCtl^ ParentCtl {
       ImGearMagnifierCtl^ get();
    }

    Property Value

    ImGearMagnifierCtl class object.
    See Also