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