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




In This Topic
    ThumbnailBorderWidth Property (ImGearThumbnailList)
    In This Topic
    Gets or sets the for the border width in pixel units for thumbnails displayed in the control.
    Syntax
    'Declaration
     
    <CategoryAttribute("ImGearThumbnailList Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(2)>
    <DescriptionAttribute(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")>
    Public Property ThumbnailBorderWidth As Integer
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As Integer
     
    instance.ThumbnailBorderWidth = value
     
    value = instance.ThumbnailBorderWidth
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(2)]
    [Description(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")]
    public int ThumbnailBorderWidth {get; set;}
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(2)]
    [Description(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")]
    public: __property int get_ThumbnailBorderWidth();
    public: __property void set_ThumbnailBorderWidth( 
       int value
    );
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(2)]
    [Description(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")]
    public:
    property int ThumbnailBorderWidth {
       int get();
       void set (    int value);
    }

    Property Value

    An Integer value.
    Remarks

    The default value is 2 pixel units.

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

    See Also