summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native/Entry.cs
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-02-14 12:42:06 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-07-10 11:11:19 +0900
commit6899727e91bb8a0d39255e932c586178529520e4 (patch)
tree755e19bcaacaf871ed4fc6a81ce48e4f37609d1d /Xamarin.Forms.Platform.Tizen/Native/Entry.cs
parent45730855f3b727390f6fd7b861a1cfcc3c37cc5d (diff)
downloadxamarin-forms-6899727e91bb8a0d39255e932c586178529520e4.tar.gz
xamarin-forms-6899727e91bb8a0d39255e932c586178529520e4.tar.bz2
xamarin-forms-6899727e91bb8a0d39255e932c586178529520e4.zip
Modify FontWeight type for flexibility
This change is introduced in RFC-15 Change-Id: I8bc22b8818ccda3bee95c83e6979e39810e6b028
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native/Entry.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Native/Entry.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/Entry.cs b/Xamarin.Forms.Platform.Tizen/Native/Entry.cs
index 003a298b..26b775c8 100644
--- a/Xamarin.Forms.Platform.Tizen/Native/Entry.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/Entry.cs
@@ -183,7 +183,7 @@ namespace Xamarin.Forms.Platform.Tizen.Native
/// Gets or sets the font weight for the text.
/// </summary>
/// <value>The weight of the font.</value>
- public FontWeight FontWeight
+ public string FontWeight
{
get
{