ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearMarksLoadingEventArgs Class / Item Property




In This Topic
    Item Property (ImGearMarksLoadingEventArgs)
    In This Topic
    Gets the ImGearThumbnailPage in which the marks are loading.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As ImGearThumbnailPage
    'Usage
     
    Dim instance As ImGearMarksLoadingEventArgs
    Dim value As ImGearThumbnailPage
     
    value = instance.Item
    public ImGearThumbnailPage Item {get;}
    public: __property ImGearThumbnailPage* get_Item();
    public:
    property ImGearThumbnailPage^ Item {
       ImGearThumbnailPage^ get();
    }

    Property Value

    ThumbnailPage value.
    See Also