ThumbnailsBorderWidth specifies the width of the thumbnail border. Default is 0.
This value shuld be less than ThumbWidth and ThumbHeight.
To specifiy the border color use ThumbnailsBorderColor property.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int ThumbnailsBorderWidth { get; set; }
Public Property ThumbnailsBorderWidth As Integer Get Set
public: property int ThumbnailsBorderWidth { int get (); void set (int value); }