Merge remote-tracking branch 'origin/master' into tizen
authorTizenAPI-Bot <tizenapi@samsung.com>
Tue, 23 Nov 2021 15:23:01 +0000 (15:23 +0000)
committerTizenAPI-Bot <tizenapi@samsung.com>
Tue, 23 Nov 2021 15:23:01 +0000 (15:23 +0000)
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs

index 388a352..46e4023 100755 (executable)
@@ -2399,7 +2399,7 @@ namespace Tizen.NUI.BaseComponents
             var borderlineOffset = new PropertyValue(backgroundExtraData.BorderlineOffset);
             var synchronousLoading = new PropertyValue(backgroundImageSynchronousLoading);
             var npatchType = new PropertyValue((int)Visual.Type.NPatch);
-            var border = new PropertyValue(backgroundExtraData.BackgroundImageBorder);
+            var border = (backgroundExtraData.BackgroundImageBorder != null) ? new PropertyValue(backgroundExtraData.BackgroundImageBorder) : null;
             var imageType = new PropertyValue((int)Visual.Type.Image);
 
             map.Add(ImageVisualProperty.URL, url)