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