ImageGear .NET - Updated
DestinationView Property (ImGearPanCtl)




ImageGear23.Wpf Assembly > ImageGear.WPF Namespace > ImGearPanCtl Class : DestinationView Property
Gets or sets ImageGear.Windows.Forms.ImGearPageView class object used for displaying the panning area.
Syntax
'Declaration
 
<ReadOnlyAttribute(True)>
<ImGearFilterAttribute()>
Public Property DestinationView As ImGearPageView
'Usage
 
Dim instance As ImGearPanCtl
Dim value As ImGearPageView
 
instance.DestinationView = value
 
value = instance.DestinationView
[ReadOnly(true)]
[ImGearFilter()]
public ImGearPageView DestinationView {get; set;}
[ReadOnly(true)]
[ImGearFilter()]
public: __property ImGearPageView* get_DestinationView();
public: __property void set_DestinationView( 
   ImGearPageView* value
);
[ReadOnly(true)]
[ImGearFilter()]
public:
property ImGearPageView^ DestinationView {
   ImGearPageView^ get();
   void set (    ImGearPageView^ value);
}

Property Value

ImageGear.Windows.Forms.ImGearPageView object.
See Also

Reference

ImGearPanCtl Class
ImGearPanCtl Members
ImGearPageView Class