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




In This Topic
    DestinationView Property (ImGearPan)
    In This Topic
    Gets or sets the ImGearPageView object used for displaying the panning area.
    Syntax
    'Declaration
     
    Public Property DestinationView As ImGearPageView
    'Usage
     
    Dim instance As ImGearPan
    Dim value As ImGearPageView
     
    instance.DestinationView = value
     
    value = instance.DestinationView
    public ImGearPageView DestinationView {get; set;}
    public: __property ImGearPageView* get_DestinationView();
    public: __property void set_DestinationView( 
       ImGearPageView* value
    );
    public:
    property ImGearPageView^ DestinationView {
       ImGearPageView^ get();
       void set (    ImGearPageView^ value);
    }

    Property Value

    ImGearPageView class object.
    See Also