ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearPageView Class / Display Property




In This Topic
    Display Property (ImGearPageView)
    In This Topic
    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