[NUI] Fix comments of BorderlineColor (#3531)
authorEunki Hong <h.pichulia@gmail.com>
Fri, 10 Sep 2021 05:07:08 +0000 (14:07 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 13 Sep 2021 07:33:23 +0000 (16:33 +0900)
Currently the borderline color affected by View Opacity
But by check internally, we check it is just kind of bugs.
So during ACR, we don't tell it this is one of feature.

Bugfix will done in DALi side internally.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs

index 378d7da..ebef207 100755 (executable)
@@ -466,7 +466,6 @@ namespace Tizen.NUI.BaseComponents
 
         /// <summary>
         /// The color for the borderline of the View.
-        /// This color is affected by View Opacity.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Color BorderlineColor
index 577ef2d..24b5240 100755 (executable)
@@ -532,7 +532,6 @@ namespace Tizen.NUI.BaseComponents
         /// <summary>
         /// The color for the borderline of the View.
         /// It is Color.Black by default.
-        /// This color is affected by View Opacity.
         /// </summary>
         /// <remarks>
         /// <para>