ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Dicom Assembly / ImageGear.Windows.Controls Namespace / ImGearMprController Class / PageDisplay Property




In This Topic
    PageDisplay Property (ImGearMprController)
    In This Topic
    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