ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ImGearThumbnailList Class / ThumbnailWidth Property




In This Topic
    ThumbnailWidth Property (ImGearThumbnailList)
    In This Topic
    Gets or sets the width for thumbnails in pixel units for thumbnails displayed in the control.
    Syntax
    'Declaration
     
    <CategoryAttribute("ImGearThumbnailList Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(124)>
    <DescriptionAttribute("Gets or sets the thumbnail width.")>
    Public Property ThumbnailWidth As Integer
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As Integer
     
    instance.ThumbnailWidth = value
     
    value = instance.ThumbnailWidth
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(124)]
    [Description("Gets or sets the thumbnail width.")]
    public int ThumbnailWidth {get; set;}
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(124)]
    [Description("Gets or sets the thumbnail width.")]
    public: __property int get_ThumbnailWidth();
    public: __property void set_ThumbnailWidth( 
       int value
    );
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(124)]
    [Description("Gets or sets the thumbnail width.")]
    public:
    property int ThumbnailWidth {
       int get();
       void set (    int value);
    }

    Property Value

    An integer value
    Remarks

    The default value is 124 pixel units..

    This property gets or sets the width in pixel units for thumbnails displayed in the control. Note: This property is only relevant when choosing the default mode control style with the UseDefaultStyling set to true;

    See Also