ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / ItemWidth Property




In This Topic
    ItemWidth Property (ImGearThumbnailList)
    In This Topic
    Gets or sets the width, in WPF device independent units, of each thumbnail item.
    Syntax
    'Declaration
     
    Public Property ItemWidth As Double
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As Double
     
    instance.ItemWidth = value
     
    value = instance.ItemWidth
    public double ItemWidth {get; set;}
    public: __property double get_ItemWidth();
    public: __property void set_ItemWidth( 
       double value
    );
    public:
    property double ItemWidth {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    Remarks
    Default value is 128.
    See Also