'Declaration Public Property ImageSource As System.Windows.Media.ImageSource
public System.Windows.Media.ImageSource ImageSource { get; set; }
public: __property System.Windows.Media.ImageSource* get_ImageSource(); public: __property void set_ImageSource(
System.Windows.Media.ImageSource* value
);
public:
property System.Windows.Media.ImageSource^ ImageSource { System.Windows.Media.ImageSource^ get(); void set(System.Windows.Media.ImageSource^ value); }