X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FCommon%2FNUIConstants.cs;h=d4874b2bd6c965ea2ff3cabbedd05d5479fed139;hb=a4cd4a1588f7daaad61b4b25d724b0c0a006e2be;hp=606ea7ca5cb2a04546f4f2a4eca03b593024dc88;hpb=c10a54c7637152a7098a009cd3858439c49aa6dd;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/Common/NUIConstants.cs b/src/Tizen.NUI/src/public/Common/NUIConstants.cs index 606ea7c..d4874b2 100755 --- a/src/Tizen.NUI/src/public/Common/NUIConstants.cs +++ b/src/Tizen.NUI/src/public/Common/NUIConstants.cs @@ -884,6 +884,31 @@ namespace Tizen.NUI } /// + /// An enum of ellipsis location. + /// + /// 6 + public enum EllipsisLocation + { + /// + /// ellipsis location at end. + /// + /// 6 + End, + + /// + /// ellipsis location at start. + /// + /// 6 + Start, + + /// + /// ellipsis location in middle. + /// + /// 6 + Middle + } + + /// /// Enumeration type for the font's slant. /// /// 5