ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierCtl Class / MagnifiedImage Property




In This Topic
    MagnifiedImage Property
    In This Topic
    Gets or sets the magnified area.
    Syntax
    'Declaration
     
    Public Property MagnifiedImage As BitmapSource
    'Usage
     
    Dim instance As ImGearMagnifierCtl
    Dim value As BitmapSource
     
    instance.MagnifiedImage = value
     
    value = instance.MagnifiedImage
    public BitmapSource MagnifiedImage {get; set;}
    public: __property BitmapSource* get_MagnifiedImage();
    public: __property void set_MagnifiedImage( 
       BitmapSource* value
    );
    public:
    property BitmapSource^ MagnifiedImage {
       BitmapSource^ get();
       void set (    BitmapSource^ value);
    }

    Property Value

    System.Windows.Media.Imaging.BitmapSource object.
    See Also