summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native/Label.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native/Label.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Native/Label.cs16
1 files changed, 3 insertions, 13 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/Label.cs b/Xamarin.Forms.Platform.Tizen/Native/Label.cs
index b81a24e2..44eb5cb9 100644
--- a/Xamarin.Forms.Platform.Tizen/Native/Label.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/Label.cs
@@ -243,19 +243,9 @@ namespace Xamarin.Forms.Platform.Tizen.Native
/// <value>The vertical text alignment.</value>
public TextAlignment VerticalTextAlignment
{
- get
- {
- return _span.VerticalTextAlignment;
- }
-
- set
- {
- if (value != _span.VerticalTextAlignment)
- {
- _span.VerticalTextAlignment = value;
- ApplyTextAndStyle();
- }
- }
+ // TODO. need to EFL new API
+ get;
+ set;
}
/// <summary>