ImageGear .NET v24.12 - Updated
SelectedPageDisplay Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : SelectedPageDisplay Property
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

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members