ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class / thumbnailBorderWidth Property

In This Topic
    thumbnailBorderWidth Property
    In This Topic
    Gets or sets the for the border width in pixel units for thumbnails displayed in the control.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_thumbnailBorderWidth() : Integer
    function set_thumbnailBorderWidth(value : Integer)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.get_thumbnailBorderWidth();
    Remarks

    This property gets or sets the border 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