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