ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItem Class / Width Property




In This Topic
    Width Property (ImGearThumbnailItem)
    In This Topic
    Gets or sets item's width.
    Syntax
    'Declaration
     
    Public Shadows Property Width As Integer
    'Usage
     
    Dim instance As ImGearThumbnailItem
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public new int Width {get; set;}
    public: __property new int get_Width();
    public: __property new void set_Width( 
       int value
    );
    public:
    new property int Width {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also