modify api comments of box(GetPartColor,SetPartColor) 78/119578/1
authorwenxuan.gu <wenxuan.gu@samsung.com>
Fri, 17 Mar 2017 10:08:13 +0000 (18:08 +0800)
committerwenxuan.gu <wenxuan.gu@samsung.com>
Fri, 17 Mar 2017 10:08:51 +0000 (18:08 +0800)
Change-Id: I188da6daff51d0f0a3b2cac06a8bafc5e0ceab12

ElmSharp/ElmSharp/Box.cs

index 721c04c..d66a80c 100755 (executable)
@@ -130,9 +130,9 @@ namespace ElmSharp
         }
 
         /// <summary>
-        /// Sets the color of color class to Box's layout parent.
+        /// Sets the color of exact part to Box's layout parent.
         /// </summary>
-        /// <param name="part">The name of color class. </param>
+        /// <param name="part">The name of part class, it could be 'bg', 'elm.swllow.content'.</param>
         /// <param name="color">The color value.</param>
         public override void SetPartColor(string part, Color color)
         {
@@ -143,9 +143,9 @@ namespace ElmSharp
         }
 
         /// <summary>
-        /// Get the color of color class of Box's layout parent.
+        /// Gets the color of exact part of Box's layout parent.
         /// </summary>
-        /// <param name="part">The name of color class.</param>
+        /// <param name="part">The name of part class, it could be 'bg', 'elm.swllow.content'.</param>
         /// <returns></returns>
         public override Color GetPartColor(string part)
         {