public BitmapImage BitmapSource { get; set; }
Public Property BitmapSource As BitmapImage
Get
Set
public:
property BitmapImage^ BitmapSource {
BitmapImage^ get ();
void set (BitmapImage^ value);
}
member BitmapSource : BitmapImage with get, set