In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / ThumbnailBackColor Property

ThumbnailBackColor Property (ThumbnailEx)

In This Topic
Defines the background color of all thumbnails. Default value is Transparent.
Syntax
'Declaration

 

Public Property ThumbnailBackColor As Color
public Color ThumbnailBackColor {get; set;}
public read-write property ThumbnailBackColor: Color; 
public function get,set ThumbnailBackColor : Color
public: __property Color get_ThumbnailBackColor();

public: __property void set_ThumbnailBackColor( 

   Color value

);
public:

property Color ThumbnailBackColor {

   Color get();

   void set (    Color value);

}
Remarks
The SetItemBackgroundColor() should be used to set the background color of a specific thumbnail.
See Also