modify comment of Popup and ProgressBar 82/121882/3
authorwenxuan.gu <wenxuan.gu@samsung.com>
Wed, 29 Mar 2017 09:20:36 +0000 (17:20 +0800)
committerwenxuan.gu <wenxuan.gu@samsung.com>
Wed, 29 Mar 2017 09:44:41 +0000 (17:44 +0800)
Change-Id: I242ef9028965ca1b761cd78fd50270031e9ee2a3

ElmSharp/ElmSharp/Popup.cs
ElmSharp/ElmSharp/ProgressBar.cs

index a45008c..26f736d 100755 (executable)
@@ -158,6 +158,13 @@ namespace ElmSharp
         /// <summary>
         /// Sets or gets the timeout value set to the Popup(in seconds).
         /// </summary>
+        /// <remarks>
+        /// Since calling Show() on a popup restarts the timer controlling when it is hidden,
+        /// setting this before the popup is shown will in effect mean starting the timer when the popup is shown.
+        /// TimedOut is called afterwards which can be handled if needed.
+        /// Set a value <= 0.0 to disable a running timer.If the value > 0.0 and the popup is previously visible,
+        /// the timer will be started with this value, canceling any running timer.
+        /// </remarks>
         public double Timeout
         {
             get
@@ -219,7 +226,7 @@ namespace ElmSharp
         }
 
         /// <summary>
-        /// Gets the Opacity value set to the Popup(in seconds).
+        /// Gets the Opacity value of the Popup.
         /// </summary>
         public override int Opacity
         {
index b32e353..5ef887b 100755 (executable)
@@ -69,6 +69,11 @@ namespace ElmSharp
         /// <summary>
         /// Sets or gets the value of ProgressBar.
         /// </summary>
+        /// <remarks>
+        /// Use this property to set the progress bar levels.
+        /// If you pass a value out of the specified range(0.0~1.0),
+        /// it is interpreted as the closest of the boundary values in the range.
+        /// </remarks>
         public double Value
         {
             get