JamBaseShellListViewThumbnailBorderColor Property |
Get or set the color of the frame that is drawn around the thumbnails.
If this value is set to null, no frame will be shown.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic Color ThumbnailBorderColor { get; set; }
Public Property ThumbnailBorderColor As Color
Get
Set
public:
property Color ThumbnailBorderColor {
Color get ();
void set (Color value);
}
member ThumbnailBorderColor : Color with get, set
Property Value
Type:
Color
See Also