ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / Count Property




In This Topic
    Count Property (ImGearThumbnailCtl)
    In This Topic
    Gets the number of items within the Thumbnail control.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DescriptionAttribute()>
    <ImGearFilterAttribute("Default")>
    Public ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Integer
     
    value = instance.Count
    [Browsable(false)]
    [Description()]
    [ImGearFilter("Default")]
    public int Count {get;}
    [Browsable(false)]
    [Description()]
    [ImGearFilter("Default")]
    public: __property int get_Count();
    [Browsable(false)]
    [Description()]
    [ImGearFilter("Default")]
    public:
    property int Count {
       int get();
    }

    Property Value

    Integer value.
    See Also