From 359b198657c7cb4aabf0573e0cfceed5674a24e7 Mon Sep 17 00:00:00 2001 From: Seungkeun Lee Date: Mon, 6 Feb 2017 13:41:42 +0900 Subject: Refactoring Label Renderer - Optimize FormattedText handling - Define a new Value of TextAlignment, LineBreakMode for default value - Old-version of Span used a wrong specific value of Alignement and LineBreakMode Change-Id: I78baded712ce18f279774b09608c2a2d19931a69 --- Xamarin.Forms.Platform.Tizen/Native/TextAlignment.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Xamarin.Forms.Platform.Tizen/Native/TextAlignment.cs') diff --git a/Xamarin.Forms.Platform.Tizen/Native/TextAlignment.cs b/Xamarin.Forms.Platform.Tizen/Native/TextAlignment.cs index c7e934bf..33fa72b0 100644 --- a/Xamarin.Forms.Platform.Tizen/Native/TextAlignment.cs +++ b/Xamarin.Forms.Platform.Tizen/Native/TextAlignment.cs @@ -5,6 +5,11 @@ namespace Xamarin.Forms.Platform.Tizen.Native /// public enum TextAlignment { + /// + /// Follow base TextAlignment + /// + None, + /// /// Aligns horizontal text according to language. Top aligned for vertical text. /// -- cgit v1.2.3