ImageGear .NET v24.12 - Updated
PageDisplay Property (ImGearThumbnailListItem)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailListItem Class : PageDisplay Property
Gets the page display that contains the thumbnail image and marks that are displayed in the thumbnail item.
Syntax
'Declaration
 
Public ReadOnly Property PageDisplay As ImGearPresentationPageDisplay
'Usage
 
Dim instance As ImGearThumbnailListItem
Dim value As ImGearPresentationPageDisplay
 
value = instance.PageDisplay
public ImGearPresentationPageDisplay PageDisplay {get;}
public: __property ImGearPresentationPageDisplay* get_PageDisplay();
public:
property ImGearPresentationPageDisplay^ PageDisplay {
   ImGearPresentationPageDisplay^ get();
}

Property Value

ImGearPresentationPageDisplay value.
Remarks
The image is resized to fit in the item but the marks are the same as the source marks.
See Also

Reference

ImGearThumbnailListItem Class
ImGearThumbnailListItem Members