From: Jeongkyun <31116585+jkpu@users.noreply.github.com> Date: Mon, 4 Mar 2019 06:25:59 +0000 (+0900) Subject: [Elmsharp.Wearable] Add obsolete and remark for marker API (#734) X-Git-Tag: submit/tizen/20190305.000718~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0da921d6ccf00dbcd393af2f638cba04a76e3aa5;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Elmsharp.Wearable] Add obsolete and remark for marker API (#734) --- diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleDatetimeSelector.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleDatetimeSelector.cs old mode 100644 new mode 100755 index 30aae7946..ea8841fb1 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleDatetimeSelector.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleDatetimeSelector.cs @@ -98,7 +98,11 @@ namespace ElmSharp.Wearable /// /// Sets or gets the color of the marker. /// + /// + /// MarkerColor is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner. + /// /// preview + [Obsolete("MarkerColor is obsolete as of version 6.0.0 and is no longer supported")] public Color MarkerColor { get @@ -116,7 +120,11 @@ namespace ElmSharp.Wearable /// /// Sets or gets the line width of the marker. /// + /// + /// MarkerLineWidth is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner. + /// /// preview + [Obsolete("MarkerLineWidth is obsolete as of version 6.0.0 and is no longer supported")] public int MarkerLineWidth { get @@ -132,7 +140,11 @@ namespace ElmSharp.Wearable /// /// Sets or gets the radius at which the center of the marker lies. /// + /// + /// MarkerRadius is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner. + /// /// preview + [Obsolete("MarkerRadius is obsolete as of version 6.0.0 and is no longer supported")] public double MarkerRadius { get diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSpinner.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSpinner.cs old mode 100644 new mode 100755 index 58272d1e5..ac11082d4 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSpinner.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSpinner.cs @@ -137,7 +137,11 @@ namespace ElmSharp.Wearable /// /// Sets or gets the line width of the marker. /// + /// + /// MarkerLineWidth is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner. + /// /// preview + [Obsolete("MarkerLineWidth is obsolete as of version 6.0.0 and is no longer supported")] public int MarkerLineWidth { get @@ -153,7 +157,11 @@ namespace ElmSharp.Wearable /// /// Sets or gets the color of the marker. /// + /// + /// MarkerColor is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner. + /// /// preview + [Obsolete("MarkerColor is obsolete as of version 6.0.0 and is no longer supported")] public Color MarkerColor { get @@ -171,7 +179,11 @@ namespace ElmSharp.Wearable /// /// Sets or gets the radius at which the center of the marker lies. /// + /// + /// MarkerRadius is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner. + /// /// preview + [Obsolete("MarkerRadius is obsolete as of version 6.0.0 and is no longer supported")] public double MarkerRadius { get