ImageGear .NET v24.12 - Updated
PageDisplay Property (ImGearMprController)




ImageGear24.Windows.Controls.Dicom Assembly > ImageGear.Windows.Controls Namespace > ImGearMprController Class : PageDisplay Property
Gets or sets the associated page display.
Syntax
'Declaration
 
Public Property PageDisplay As ImGearPresentationPageDisplay
'Usage
 
Dim instance As ImGearMprController
Dim value As ImGearPresentationPageDisplay
 
instance.PageDisplay = value
 
value = instance.PageDisplay
public ImGearPresentationPageDisplay PageDisplay {get; set;}
public: __property ImGearPresentationPageDisplay* get_PageDisplay();
public: __property void set_PageDisplay( 
   ImGearPresentationPageDisplay* value
);
public:
property ImGearPresentationPageDisplay^ PageDisplay {
   ImGearPresentationPageDisplay^ get();
   void set (    ImGearPresentationPageDisplay^ value);
}

Property Value

ImGearPresentationPageDisplay value.
See Also

Reference

ImGearMprController Class
ImGearMprController Members