summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native/Label.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-04-24 13:36:53 +0900
commita494dc82289fbe4904a2bb5b31802729c24b91c9 (patch)
treedfa4cc5eff1fbce6179475358b47915a44dcb032 /Xamarin.Forms.Platform.Tizen/Native/Label.cs
parent75b8ca3ef7e850a511e72acf657a718a9d5f5469 (diff)
downloadxamarin-forms-a494dc82289fbe4904a2bb5b31802729c24b91c9.tar.gz
xamarin-forms-a494dc82289fbe4904a2bb5b31802729c24b91c9.tar.bz2
xamarin-forms-a494dc82289fbe4904a2bb5b31802729c24b91c9.zip
Modify FontWeight type for flexibility
This change is introduced in RFC-15 Change-Id: I8bc22b8818ccda3bee95c83e6979e39810e6b028
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native/Label.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Native/Label.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/Label.cs b/Xamarin.Forms.Platform.Tizen/Native/Label.cs
index 231127c2..a75e6aa8 100644
--- a/Xamarin.Forms.Platform.Tizen/Native/Label.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/Label.cs
@@ -178,7 +178,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
{