[Elmsharp.Wearable]add remarks of marker properties (#729)
authorJeongkyun <31116585+jkpu@users.noreply.github.com>
Tue, 26 Feb 2019 10:27:23 +0000 (19:27 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Tue, 26 Feb 2019 10:27:23 +0000 (19:27 +0900)
src/ElmSharp.Wearable/ElmSharp.Wearable/CircleDatetimeSelector.cs [changed mode: 0644->0755]
src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSpinner.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 30aae79..bef3818
@@ -98,6 +98,9 @@ namespace ElmSharp.Wearable
         /// <summary>
         /// Sets or gets the color of the marker.
         /// </summary>
+        /// <remarks>
+        /// MarkerColor is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
+        /// </remarks>
         /// <since_tizen> preview </since_tizen>
         public Color MarkerColor
         {
@@ -116,6 +119,9 @@ namespace ElmSharp.Wearable
         /// <summary>
         /// Sets or gets the line width of the marker.
         /// </summary>
+        /// <remarks>
+        /// MarkerLineWidth is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
+        /// </remarks>
         /// <since_tizen> preview </since_tizen>
         public int MarkerLineWidth
         {
@@ -132,6 +138,9 @@ namespace ElmSharp.Wearable
         /// <summary>
         /// Sets or gets the radius at which the center of the marker lies.
         /// </summary>
+        /// <remarks>
+        /// MarkerRadius is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
+        /// </remarks>
         /// <since_tizen> preview </since_tizen>
         public double MarkerRadius
         {
old mode 100644 (file)
new mode 100755 (executable)
index c3895a2..708ff1f
@@ -117,6 +117,9 @@ namespace ElmSharp.Wearable
         /// <summary>
         /// Sets or gets the line width of the marker.
         /// </summary>
+        /// <remarks>
+        /// MarkerLineWidth is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
+        /// </remarks>
         /// <since_tizen> preview </since_tizen>
         public int MarkerLineWidth
         {
@@ -133,6 +136,9 @@ namespace ElmSharp.Wearable
         /// <summary>
         /// Sets or gets the color of the marker.
         /// </summary>
+        /// <remarks>
+        /// MarkerColor is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
+        /// </remarks>
         /// <since_tizen> preview </since_tizen>
         public Color MarkerColor
         {
@@ -151,6 +157,9 @@ namespace ElmSharp.Wearable
         /// <summary>
         /// Sets or gets the radius at which the center of the marker lies.
         /// </summary>
+        /// <remarks>
+        /// MarkerRadius is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
+        /// </remarks>
         /// <since_tizen> preview </since_tizen>
         public double MarkerRadius
         {