'Declaration Public Property ThumbnailBackground As System.Windows.Media.Brush
public System.Windows.Media.Brush ThumbnailBackground { get; set; }
public: __property System.Windows.Media.Brush* get_ThumbnailBackground(); public: __property void set_ThumbnailBackground(
System.Windows.Media.Brush* value
);
public:
property System.Windows.Media.Brush^ ThumbnailBackground { System.Windows.Media.Brush^ get(); void set(System.Windows.Media.Brush^ value); }