ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / Display Property




In This Topic
    Display Property (PageView)
    In This Topic
    Gets or sets the ImGearPageDisplay Class object associated with the control, representing the image and display parameters.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property Display As ImGearPresentationPageDisplay
    'Usage
     
    Dim instance As PageView
    Dim value As ImGearPresentationPageDisplay
     
    instance.Display = value
     
    value = instance.Display
    [Bindable(true)]
    public ImGearPresentationPageDisplay Display {get; set;}
    [Bindable(true)]
    public: __property ImGearPresentationPageDisplay* get_Display();
    public: __property void set_Display( 
       ImGearPresentationPageDisplay* value
    );
    [Bindable(true)]
    public:
    property ImGearPresentationPageDisplay^ Display {
       ImGearPresentationPageDisplay^ get();
       void set (    ImGearPresentationPageDisplay^ value);
    }

    Property Value

    ImageGear.Display.ImGearPresentationPageDisplay class object.
    See Also