Release 4.0.0-preview1-00301
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / UIComponents / Slider.cs
index 928646d..0b70b76 100755 (executable)
@@ -1,18 +1,19 @@
-/** Copyright (c) 2017 Samsung Electronics Co., Ltd.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*
-*/
+/*
+ * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI.UIComponents
 {
@@ -99,6 +100,7 @@ namespace Tizen.NUI.UIComponents
             /// <summary>
             /// The slider.
             /// </summary>
+            /// <since_tizen> 3 </since_tizen>
             public Slider Slider
             {
                 get
@@ -114,6 +116,7 @@ namespace Tizen.NUI.UIComponents
             /// <summary>
             /// The slider value.
             /// </summary>
+            /// <since_tizen> 3 </since_tizen>
             public float SlideValue
             {
                 get
@@ -138,6 +141,7 @@ namespace Tizen.NUI.UIComponents
             /// <summary>
             /// The slider.
             /// </summary>
+            /// <since_tizen> 3 </since_tizen>
             public Slider Slider
             {
                 get
@@ -153,6 +157,7 @@ namespace Tizen.NUI.UIComponents
             /// <summary>
             /// The slider value.
             /// </summary>
+            /// <since_tizen> 3 </since_tizen>
             public float SlideValue
             {
                 get
@@ -177,6 +182,7 @@ namespace Tizen.NUI.UIComponents
             /// <summary>
             /// The slider.
             /// </summary>
+            /// <since_tizen> 3 </since_tizen>
             public Slider Slider
             {
                 get
@@ -192,6 +198,7 @@ namespace Tizen.NUI.UIComponents
             /// <summary>
             /// The slider value.
             /// </summary>
+            /// <since_tizen> 3 </since_tizen>
             public int SlideValue
             {
                 get
@@ -224,6 +231,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// An event emitted when the slider value changes.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandlerWithReturnType<object, ValueChangedEventArgs, bool> ValueChanged
         {
             add
@@ -265,6 +273,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// An event emitted when the sliding is finished.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandlerWithReturnType<object, SlidingFinishedEventArgs, bool> SlidingFinished
         {
             add
@@ -306,6 +315,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// An event emitted when the slider handle reaches a mark.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandlerWithReturnType<object, MarkReachedEventArgs, bool> MarkReached
         {
             add
@@ -386,6 +396,7 @@ namespace Tizen.NUI.UIComponents
                 }
             }
 
+            /// <since_tizen> 3 </since_tizen>
             public void Dispose()
             {
                 //Throw excpetion if Dispose() is called in separate thread.
@@ -463,6 +474,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// Creates the slider control.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public Slider() : this(NDalicPINVOKE.Slider_New(), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
@@ -481,12 +493,13 @@ namespace Tizen.NUI.UIComponents
         }
 
         /// <summary>
-        /// Downcasts an object handle to the slider.<br>
-        /// If the handle points to a slider, then the downcast produces a valid handle.<br>
-        /// If not, then the returned handle is left uninitialized.<br>
+        /// Downcasts an object handle to the slider.<br />
+        /// If the handle points to a slider, then the downcast produces a valid handle.<br />
+        /// If not, then the returned handle is left uninitialized.<br />
         /// </summary>
         /// <param name="handle">The handle to an object.</param>
         /// <returns>The handle to a slider or an uninitialized handle.</returns>
+        /// <since_tizen> 3 </since_tizen>
         public new static Slider DownCast(BaseHandle handle)
         {
             Slider ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as Slider;
@@ -518,6 +531,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The lower bound property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public float LowerBound
         {
             get
@@ -535,6 +549,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The upper bound property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public float UpperBound
         {
             get
@@ -552,6 +567,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The value property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public float Value
         {
             get
@@ -569,6 +585,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The track visual property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public PropertyMap TrackVisual
         {
             get
@@ -586,6 +603,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The handle visual property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public PropertyMap HandleVisual
         {
             get
@@ -603,6 +621,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The progress visual property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public PropertyMap ProgressVisual
         {
             get
@@ -620,6 +639,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The popup visual property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public PropertyMap PopupVisual
         {
             get
@@ -637,6 +657,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The popup arrow visual property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public PropertyMap PopupArrowVisual
         {
             get
@@ -654,6 +675,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The disable color property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public Vector4 DisabledColor
         {
             get
@@ -671,6 +693,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The value precision property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public int ValuePrecision
         {
             get
@@ -688,6 +711,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The show popup property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public bool ShowPopup
         {
             get
@@ -705,6 +729,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The show value property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public bool ShowValue
         {
             get
@@ -722,6 +747,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The marks property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public Tizen.NUI.PropertyArray Marks
         {
             get
@@ -739,6 +765,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The snap to marks property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public bool SnapToMarks
         {
             get
@@ -756,6 +783,7 @@ namespace Tizen.NUI.UIComponents
         /// <summary>
         /// The mark tolerance property.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public float MarkTolerance
         {
             get
@@ -772,4 +800,4 @@ namespace Tizen.NUI.UIComponents
 
     }
 
-}
+}
\ No newline at end of file