summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Forms.cs
diff options
context:
space:
mode:
authorSungHyun Min <shyun.min@samsung.com>2017-02-22 19:49:54 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-03-24 13:19:03 +0900
commita2cd9cb8784dad353fd1fb9f2a7707d79d3bf691 (patch)
treeba81b8c041445f4d792a576ccdbb88711aae4de3 /Xamarin.Forms.Platform.Tizen/Forms.cs
parent93cbfcadce593432944c9a683ef55a2edb105d21 (diff)
downloadxamarin-forms-a2cd9cb8784dad353fd1fb9f2a7707d79d3bf691.tar.gz
xamarin-forms-a2cd9cb8784dad353fd1fb9f2a7707d79d3bf691.tar.bz2
xamarin-forms-a2cd9cb8784dad353fd1fb9f2a7707d79d3bf691.zip
Refactoring GestureHandler for extension
- Design : http://suprem.sec.samsung.net/confluence/display/SPTDTLC/Refactoring+GestureHandler Change-Id: I1cbcf830b4b1076c227b0ea641508198c7cb2102 Signed-off-by: SungHyun Min <shyun.min@samsung.com>
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Forms.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Forms.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Forms.cs b/Xamarin.Forms.Platform.Tizen/Forms.cs
index 1a2d7bd6..177b8c55 100644
--- a/Xamarin.Forms.Platform.Tizen/Forms.cs
+++ b/Xamarin.Forms.Platform.Tizen/Forms.cs
@@ -193,6 +193,7 @@ namespace Xamarin.Forms.Platform.Tizen
typeof(ExportRendererAttribute),
typeof(ExportImageSourceHandlerAttribute),
typeof(ExportCellAttribute),
+ typeof(ExportHandlerAttribute)
});
}
@@ -247,7 +248,7 @@ namespace Xamarin.Forms.Platform.Tizen
/// Converts the dp into pixel by using scaling factor.
/// </summary>
/// <remarks>
- /// Use this API if you want to get pixel size from dp by using scaling factor.
+ /// Use this API if you want to get pixel size from dp by using scaling factor.
/// If the scaling factor is 1.0 by user setting, the same value is returned. This is mean that user doesn't want to pixel independent metric.
/// </remarks>
/// <param name="dp"></param>
@@ -330,4 +331,4 @@ namespace Xamarin.Forms.Platform.Tizen
return base.VisitMember(node);
}
}
-}
+} \ No newline at end of file