ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / Count Property




In This Topic
    Count Property (IImGearThumbnailCtl)
    In This Topic
    Gets the number of items within the Thumbnail control, and thus also the number of ImGearThumbnailItem objects available for Item method.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    __property int get_Count();
    property int Count {
       int get();
    }

    Property Value

    Integer value.
    See Also