[ACR-564] deprecate unused API
[platform/core/csapi/tizenfx.git] / src / ElmSharp / ElmSharp / ElmScrollConfig.cs
old mode 100755 (executable)
new mode 100644 (file)
index c3079e2..9db5ba9
@@ -20,13 +20,17 @@ using System.ComponentModel;
 namespace ElmSharp
 {
     /// <summary>
-    /// The ElmScrollConfig is a scrollable views's config
+    /// The ElmScrollConfig is a scrollable views's configuration.
     /// </summary>
+    /// <since_tizen> preview </since_tizen>
+    [Obsolete("This has been deprecated in API12")]
     public static class ElmScrollConfig
     {
         /// <summary>
-        /// Gets or sets the amount of inertia a scroller imposes during region bring animations.
+        /// Gets or sets the amount of inertia that a scroller imposes during the region to bring animations.
         /// </summary>
+        /// <since_tizen> preview </since_tizen>
+        [Obsolete("This has been deprecated in API12")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static double BringInScrollFriction
         {