ImageGear .NET v24.12 - Updated
BorderStyle Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : BorderStyle Property
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

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members