ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearPan Class / SourceView Property




In This Topic
    SourceView Property (ImGearPan)
    In This Topic
    Gets or sets the ImGearPageView object to apply panning functionality to.
    Syntax
    'Declaration
     
    Public Property SourceView As ImGearPageView
    'Usage
     
    Dim instance As ImGearPan
    Dim value As ImGearPageView
     
    instance.SourceView = value
     
    value = instance.SourceView
    public ImGearPageView SourceView {get; set;}
    public: __property ImGearPageView* get_SourceView();
    public: __property void set_SourceView( 
       ImGearPageView* value
    );
    public:
    property ImGearPageView^ SourceView {
       ImGearPageView^ get();
       void set (    ImGearPageView^ value);
    }

    Property Value

    ImGearPageView class.
    See Also