Add API comments for ElmSharp API
[platform/core/csapi/tizenfx.git] / src / ElmSharp / ElmSharp / ColorSelectorItem.cs
old mode 100644 (file)
new mode 100755 (executable)
index 4ee5f7a..10205e2
@@ -18,12 +18,18 @@ using System;
 
 namespace ElmSharp
 {
+    /// <summary>
+    /// A instance to the ColorSelector item added.
+    /// </summary>
     public class ColorSelectorItem : ItemObject
     {
         internal ColorSelectorItem() : base(IntPtr.Zero)
         {
         }
 
+        /// <summary>
+        /// Gets or sets the Palette item's color
+        /// </summary>
         public Color Color
         {
             get