Fix TCT issue in DoubleLabelCell 56/111356/1
authorSungHyun Min <shyun.min@samsung.com>
Fri, 20 Jan 2017 07:09:13 +0000 (16:09 +0900)
committerSungHyun Min <shyun.min@samsung.com>
Fri, 20 Jan 2017 07:11:20 +0000 (16:11 +0900)
Change-Id: I02cbbc2e352cc0036ed55bf90f35991493172aa8
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
Tizen.Xamarin.Forms.Extension/Cells/DoubleLabelCell.cs

index 23948e5..1aefafc 100644 (file)
@@ -140,8 +140,8 @@ namespace Tizen.Xamarin.Forms.Extension
         /// </summary>
         public int EndHeight
         {
-            get { return (int)GetValue(IconHeightProperty); }
-            set { SetValue(IconHeightProperty, value); }
+            get { return (int)GetValue(EndHeightProperty); }
+            set { SetValue(EndHeightProperty, value); }
         }
 
         void OnSourcePropertyChanged(ImageSource oldvalue, ImageSource newvalue)