[Camera] Remove useless set of properties
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / Camera / CapturingEventArgs.cs
old mode 100644 (file)
new mode 100755 (executable)
index d54977a..983b0f1
@@ -33,29 +33,17 @@ namespace Tizen.Multimedia
         /// <summary>
         /// The image data of the captured picture.
         /// </summary>
-        public ImageData Image
-        {
-            get;
-            internal set;
-        }
+        public ImageData Image { get; }
 
         /// <summary>
         /// The image data of the postview.
         /// </summary>
-        public ImageData PostView
-        {
-            get;
-            internal set;
-        }
+        public ImageData PostView { get; }
 
         /// <summary>
         /// The image data of the thumbnail.
         /// </summary>
-        public ImageData Thumbnail
-        {
-            get;
-            internal set;
-        }
+        public ImageData Thumbnail { get; }
     }
 }