GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / ItemCount Property





In This Topic
ItemCount Property (ThumbnailEx)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property ItemCount As Integer
public int ItemCount {get;}
public read-only property ItemCount: Integer; 
public function get ItemCount : int
public: __property int get_ItemCount();
public:
property int ItemCount {
   int get();
}
See Also