ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailCtl Class / BorderStyle Property




In This Topic
    BorderStyle Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets border style of the Thumbnail control.
    Syntax
    'Declaration
     
    <CategoryAttribute("Appearance")>
    Public Shadows Property BorderStyle As BorderStyle
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As BorderStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    [Category("Appearance")]
    public new BorderStyle BorderStyle {get; set;}
    [Category("Appearance")]
    public: __property new BorderStyle get_BorderStyle();
    public: __property new void set_BorderStyle( 
       BorderStyle value
    );
    [Category("Appearance")]
    public:
    new property BorderStyle BorderStyle {
       BorderStyle get();
       void set (    BorderStyle value);
    }

    Property Value

    System.Windows.Forms.BorderStyle value.
    See Also