Add DeletePartColor method for ItemObject 25/131025/1
authorrina6350.you <rina6350.you@samsung.com>
Thu, 25 May 2017 05:56:37 +0000 (14:56 +0900)
committerrina6350.you <rina6350.you@samsung.com>
Thu, 25 May 2017 05:56:37 +0000 (14:56 +0900)
Change-Id: I4da5aa34e8333709f5e29f05803b61d63f675e3c

ElmSharp/ElmSharp/ItemObject.cs

index c005ab0..7e402a7 100755 (executable)
@@ -175,6 +175,15 @@ namespace ElmSharp
         }
 
         /// <summary>
+        /// Deletes color of an object item
+        /// </summary>
+        /// <param name="part">The text part name</param>
+        public void DeletePartColor(string part)
+        {
+            Interop.Elementary.elm_object_item_color_class_del(Handle, part);
+        }
+
+        /// <summary>
         /// Gets the handle of object item
         /// </summary>
         /// <param name="obj">ItemObject</param>