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

ThumbnailBackColor Property (ThumbnailEx)

In This Topic
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);

}
See Also