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




In This Topic
    CellSize Property
    In This Topic
    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