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




In This Topic
    SourceView Property (ImGearMagnifierCtl)
    In This Topic
    Gets or sets ImageGear.Windows.Forms.ImGearPageView object to be magnified.
    Syntax
    'Declaration
     
    <ReadOnlyAttribute(True)>
    Public Property SourceView As ImGearPageView
    'Usage
     
    Dim instance As ImGearMagnifierCtl
    Dim value As ImGearPageView
     
    instance.SourceView = value
     
    value = instance.SourceView
    [ReadOnly(true)]
    public ImGearPageView SourceView {get; set;}
    [ReadOnly(true)]
    public: __property ImGearPageView* get_SourceView();
    public: __property void set_SourceView( 
       ImGearPageView* value
    );
    [ReadOnly(true)]
    public:
    property ImGearPageView^ SourceView {
       ImGearPageView^ get();
       void set (    ImGearPageView^ value);
    }

    Property Value

    ImageGear.Windows.Forms.ImGearPageView object.
    See Also