[ElmSharp]Add comments for ImageObject for Image.cs 85/151785/1
authorqian.sui <qian.sui@samsung.com>
Fri, 22 Sep 2017 02:57:09 +0000 (10:57 +0800)
committerqian.sui <qian.sui@samsung.com>
Fri, 22 Sep 2017 02:57:46 +0000 (10:57 +0800)
Change-Id: Ia9fde356607439043ec900d1e3f45cc608e4ceda
Signed-off-by: qian.sui <qian.sui@samsung.com>
src/ElmSharp/ElmSharp/Image.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4f40932..3f1bc1c
@@ -332,6 +332,11 @@ namespace ElmSharp
             }
         }
 
+        /// <summary>
+        /// Gets the inlined image object of the image widget.
+        /// This property allows one to get the underlying EvasObject of type Image from this elementary widget. It can be useful to do things like save the image to a file, etc.
+        /// </summary>
+        /// <remarks>Be careful to not manipulate it, as it is under the control of widget.</remarks>
         public EvasImage ImageObject
         {
             get