From: wenxuan.gu Date: Wed, 29 Mar 2017 09:20:36 +0000 (+0800) Subject: modify comment of Popup and ProgressBar X-Git-Tag: submit/trunk/20170823.075128~110^2~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d22ca0a47a682a3722cf99d540f12ee58a3b4a43;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git modify comment of Popup and ProgressBar Change-Id: I242ef9028965ca1b761cd78fd50270031e9ee2a3 --- diff --git a/src/ElmSharp/ElmSharp/Popup.cs b/src/ElmSharp/ElmSharp/Popup.cs index a45008c..26f736d 100755 --- a/src/ElmSharp/ElmSharp/Popup.cs +++ b/src/ElmSharp/ElmSharp/Popup.cs @@ -158,6 +158,13 @@ namespace ElmSharp /// /// Sets or gets the timeout value set to the Popup(in seconds). /// + /// + /// 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. + /// public double Timeout { get @@ -219,7 +226,7 @@ namespace ElmSharp } /// - /// Gets the Opacity value set to the Popup(in seconds). + /// Gets the Opacity value of the Popup. /// public override int Opacity { diff --git a/src/ElmSharp/ElmSharp/ProgressBar.cs b/src/ElmSharp/ElmSharp/ProgressBar.cs index b32e353..5ef887b 100755 --- a/src/ElmSharp/ElmSharp/ProgressBar.cs +++ b/src/ElmSharp/ElmSharp/ProgressBar.cs @@ -69,6 +69,11 @@ namespace ElmSharp /// /// Sets or gets the value of ProgressBar. /// + /// + /// 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. + /// public double Value { get