ImageGear .NET
BorderWidth Property (IImGearThumbnailCtl)




Gets or sets border width in pixels around the thumbnail. The border is drawn with the color specified by ForeColor.
Syntax
'Declaration
 
Property BorderWidth As Integer
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth
int BorderWidth {get; set;}
__property int get_BorderWidth();
__property void set_BorderWidth( 
   int value
);
property int BorderWidth {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback