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