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




In This Topic
    ImageSize Property (ImGearThumbnailCtl)
    In This Topic
    Gets the thumbnail image size.
    Syntax
    'Declaration
     
    Public ReadOnly Property ImageSize As Size
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Size
     
    value = instance.ImageSize
    public Size ImageSize {get;}
    public: __property Size get_ImageSize();
    public:
    property Size ImageSize {
       Size get();
    }

    Property Value

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