From: darkleem Date: Fri, 14 Jul 2017 02:00:00 +0000 (+0900) Subject: Fix color of progressbar X-Git-Tag: submit/trunk/20170823.075128~110^2~19^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db20307a387508718887525d3ed9dfc06b9774fc;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Fix color of progressbar - change color part Change-Id: I39d5482aa74d0523453a5f7df6a5171b97e534eb Signed-off-by: darkleem --- diff --git a/src/ElmSharp/ElmSharp/ProgressBar.cs b/src/ElmSharp/ElmSharp/ProgressBar.cs index d0121e6..28f6302 100755 --- a/src/ElmSharp/ElmSharp/ProgressBar.cs +++ b/src/ElmSharp/ElmSharp/ProgressBar.cs @@ -186,6 +186,21 @@ namespace ElmSharp } /// + /// Sets or gets the general or main color of the given Progressbar. + /// + public override Color Color + { + get + { + return GetPartColor("bar"); + } + set + { + SetPartColor("bar", value); + } + } + + /// /// Sets the part value of the give part of the Progressbar. /// /// Part of the Progressbar. diff --git a/test/ElmSharp.Test/ElmSharp.Test.csproj b/test/ElmSharp.Test/ElmSharp.Test.csproj index 3e94c09..e03a102 100755 --- a/test/ElmSharp.Test/ElmSharp.Test.csproj +++ b/test/ElmSharp.Test/ElmSharp.Test.csproj @@ -45,6 +45,7 @@ + @@ -181,10 +182,10 @@ - - False - ..\ElmSharp\bin\Debug\netstandard1.3\ElmSharp.dll - + + {7a268128-a10d-478a-b813-19fd6264003c} + ElmSharp +