ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / SelectedPageDisplay Property




In This Topic
    SelectedPageDisplay Property
    In This Topic
    Gets or sets the page display that contains the source image and marks of the selected thumbnail item.
    Syntax
    'Declaration
     
    Public Property SelectedPageDisplay As ImGearPresentationPageDisplay
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As ImGearPresentationPageDisplay
     
    instance.SelectedPageDisplay = value
     
    value = instance.SelectedPageDisplay
    public ImGearPresentationPageDisplay SelectedPageDisplay {get; set;}
    public: __property ImGearPresentationPageDisplay* get_SelectedPageDisplay();
    public: __property void set_SelectedPageDisplay( 
       ImGearPresentationPageDisplay* value
    );
    public:
    property ImGearPresentationPageDisplay^ SelectedPageDisplay {
       ImGearPresentationPageDisplay^ get();
       void set (    ImGearPresentationPageDisplay^ value);
    }

    Property Value

    ImGearPresentationPageDisplay value.
    See Also