ImageGear .NET v24.12 - Updated
CellSize Property




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : CellSize Property
Gets the full thumbnail item size, including size of item itself and spacing.
Syntax
'Declaration
 
Public ReadOnly Property CellSize As Size
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Size
 
value = instance.CellSize
public Size CellSize {get;}
public: __property Size get_CellSize();
public:
property Size CellSize {
   Size get();
}

Property Value

System.Windows.Size value.
Remarks
Used in XAML.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members