ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / BorderWidth Property




In This Topic
    BorderWidth Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets the border width, in pixels, around the thumbnail.
    Syntax
    'Declaration
     
    <CategoryAttribute("Items")>
    <DescriptionAttribute()>
    <ImGearFilterAttribute("Default")>
    Public Property BorderWidth As Integer
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Integer
     
    instance.BorderWidth = value
     
    value = instance.BorderWidth
    [Category("Items")]
    [Description()]
    [ImGearFilter("Default")]
    public int BorderWidth {get; set;}
    [Category("Items")]
    [Description()]
    [ImGearFilter("Default")]
    public: __property int get_BorderWidth();
    public: __property void set_BorderWidth( 
       int value
    );
    [Category("Items")]
    [Description()]
    [ImGearFilter("Default")]
    public:
    property int BorderWidth {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also