ImageGear .NET - Updated
Display Property (ImGearPageView)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPageView Class : Display Property
Gets or sets ImGearPageDisplay object associated with the control, representing the image and display parameters.
Syntax
'Declaration
 
Public Property Display As ImGearPageDisplay
'Usage
 
Dim instance As ImGearPageView
Dim value As ImGearPageDisplay
 
instance.Display = value
 
value = instance.Display
public ImGearPageDisplay Display {get; set;}
public: __property ImGearPageDisplay* get_Display();
public: __property void set_Display( 
   ImGearPageDisplay* value
);
public:
property ImGearPageDisplay^ Display {
   ImGearPageDisplay^ get();
   void set (    ImGearPageDisplay^ value);
}

Property Value

ImageGear.Display.ImGearPageDisplay class object.
See Also

Reference

ImGearPageView Class
ImGearPageView Members
ImGearPageDisplay Class