ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailListItem Class / PageDisplay Property




In This Topic
    PageDisplay Property (ImGearThumbnailListItem)
    In This Topic
    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