ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / BorderStyle Property




In This Topic
    BorderStyle Property (IImGearThumbnailCtl)
    In This Topic
    Gets or sets border style of the Thumbnail control.
    Syntax
    'Declaration
     
    Property BorderStyle As BorderStyle
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As BorderStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    BorderStyle BorderStyle {get; set;}
    __property BorderStyle get_BorderStyle();
    __property void set_BorderStyle( 
       BorderStyle value
    );
    property BorderStyle BorderStyle {
       BorderStyle get();
       void set (    BorderStyle value);
    }

    Property Value

    System.Windows.Forms.BorderStyle value.
    See Also