summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Renderers
diff options
context:
space:
mode:
authorchungryeol lim <cdark.lim@samsung.com>2016-12-02 17:09:45 +0900
committerKangho Hur <kangho.hur@samsung.com>2016-12-13 07:42:54 +0900
commit88a520d7c0cfb7e49fde55181df48f96e6114390 (patch)
tree813666e3c42abcbb3cb1ed4105bd1b08216eba7b /Xamarin.Forms.Platform.Tizen/Renderers
parentb5a13b976b3406065cba97ef143aea721555f50b (diff)
downloadxamarin-forms-88a520d7c0cfb7e49fde55181df48f96e6114390.tar.gz
xamarin-forms-88a520d7c0cfb7e49fde55181df48f96e6114390.tar.bz2
xamarin-forms-88a520d7c0cfb7e49fde55181df48f96e6114390.zip
Support to Image.BackgoundColor as expected
TASK=TCAPI-2080 -Image.BackgroundColor is not means blending color anymore. Similar to other platforms (iOS, android, UWP), it is the background color of image as you imagine. Change-Id: Id01fa242356239d6214c9c5a0906fbec26e233e5 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Renderers')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Renderers/ImageRenderer.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Renderers/ImageRenderer.cs b/Xamarin.Forms.Platform.Tizen/Renderers/ImageRenderer.cs
index 1634169a..46b483d1 100644
--- a/Xamarin.Forms.Platform.Tizen/Renderers/ImageRenderer.cs
+++ b/Xamarin.Forms.Platform.Tizen/Renderers/ImageRenderer.cs
@@ -29,11 +29,6 @@ namespace Xamarin.Forms.Platform.Tizen
base.UpdateOpacityLayer();
}
- protected override void UpdateBackgroundColor()
- {
- Control.Color = Element.BackgroundColor.ToNative();
- }
-
async void UpdateSource()
{
ImageSource source = Element.Source;