Release 4.0.0-preview1-00301
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / CustomView / Spin.cs
index 07f7db6..0199f06 100755 (executable)
@@ -1,20 +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.
-//
-//
-// This File has been auto-generated by SWIG and then modified using DALi Ruby Scripts
-// Some have been manually changed
+/*
+ * 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.
+ *
+ */
 
 using System;
 using System.Runtime.InteropServices;
@@ -68,9 +67,9 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Overrides the method of OnInitialize() for the CustomView class.<br>
-        /// This method is called after the control has been initialized.<br>
-        /// Derived classes should do any second phase initialization by overriding this method.<br>
+        /// Overrides the method of OnInitialize() for the CustomView class.<br />
+        /// This method is called after the control has been initialized.<br />
+        /// Derived classes should do any second phase initialization by overriding this method.<br />
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public override void OnInitialize()
@@ -115,8 +114,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Overrides the method of GetNaturalSize() for the CustomView class.<br>
-        /// Returns the natural size of the actor.<br>
+        /// Overrides the method of GetNaturalSize() for the CustomView class.<br />
+        /// Returns the natural size of the actor.<br />
         /// </summary>
         /// <returns> Natural size of this spin itself.</returns>
         /// <since_tizen> 3 </since_tizen>
@@ -126,9 +125,9 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// An event handler is used when the TextField in the spin gets the key focus.<br>
-        /// Make sure when the current spin that takes input focus, also takes the keyboard focus.<br>
-        /// For example, when you tap the spin directly.<br>
+        /// An event handler is used when the TextField in the spin gets the key focus.<br />
+        /// Make sure when the current spin that takes input focus, also takes the keyboard focus.<br />
+        /// For example, when you tap the spin directly.<br />
         /// </summary>
         /// <param name="source">Sender of this event.</param>
         /// <param name="e">Event arguments.</param>
@@ -166,9 +165,9 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Overrides the method of GetNextKeyboardFocusableView() for the CustomView class.<br>
-        /// Gets the next key focusable view in this view towards the given direction.<br>
-        /// A view needs to override this function in order to support two-dimensional key navigation.<br>
+        /// Overrides the method of GetNextKeyboardFocusableView() for the CustomView class.<br />
+        /// Gets the next key focusable view in this view towards the given direction.<br />
+        /// A view needs to override this function in order to support two-dimensional key navigation.<br />
         /// </summary>
         /// <param name="currentFocusedView">The current focused view.</param>
         /// <param name="direction">The direction to move the focus towards.</param>
@@ -201,8 +200,8 @@ namespace Tizen.NUI
         /// <summary>
         /// Value to be set in the spin.
         /// </summary>
-        [ScriptableProperty()]
         /// <since_tizen> 3 </since_tizen>
+        [ScriptableProperty()]
         public int Value
         {
             get
@@ -233,9 +232,9 @@ namespace Tizen.NUI
         /// <summary>
         /// Minimum value of the spin value.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         // MinValue property of type int:
         [ScriptableProperty()]
-        /// <since_tizen> 3 </since_tizen>
         public int MinValue
         {
             get
@@ -251,9 +250,9 @@ namespace Tizen.NUI
         /// <summary>
         /// Maximum value of the spin value.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         // MaxValue property of type int:
         [ScriptableProperty()]
-        /// <since_tizen> 3 </since_tizen>
         public int MaxValue
         {
             get
@@ -269,9 +268,9 @@ namespace Tizen.NUI
         /// <summary>
         /// Increasing, decreasing step of the spin value when up or down keys are pressed.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         // Step property of type int:
         [ScriptableProperty()]
-        /// <since_tizen> 3 </since_tizen>
         public int Step
         {
             get
@@ -287,9 +286,9 @@ namespace Tizen.NUI
         /// <summary>
         /// Wrapping enabled status.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         // WrappingEnabled property of type bool:
         [ScriptableProperty()]
-        /// <since_tizen> 3 </since_tizen>
         public bool WrappingEnabled
         {
             get
@@ -305,9 +304,9 @@ namespace Tizen.NUI
         /// <summary>
         /// Text point size of the spin value.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         // TextPointSize property of type int:
         [ScriptableProperty()]
-        /// <since_tizen> 3 </since_tizen>
         public int TextPointSize
         {
             get
@@ -324,9 +323,9 @@ namespace Tizen.NUI
         /// <summary>
         /// The color of the spin value.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         // TextColor property of type Color:
         [ScriptableProperty()]
-        /// <since_tizen> 3 </since_tizen>
         public Color TextColor
         {
             get
@@ -345,9 +344,9 @@ namespace Tizen.NUI
         /// <summary>
         /// Maximum text lengh of the spin value.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         // MaxTextLength property of type int:
         [ScriptableProperty()]
-        /// <since_tizen> 3 </since_tizen>
         public int MaxTextLength
         {
             get
@@ -380,7 +379,6 @@ namespace Tizen.NUI
         /// <summary>
         /// Show indicator image, for example, up or down arrow image.
         /// </summary>
-        // Indicator property of type string:
         /// <since_tizen> 3 </since_tizen>
         public string IndicatorImage
         {