X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-label-devel.h;h=2b53fc54e2bea76eaa773eee2e4bff28695c14fd;hb=ab5c560f8956e7b795b7cc2072d06a61aef103b7;hp=2721dc122ae84c259bb839a53f0cb4b1520cfcc6;hpb=f21b8178acf56da908c2ea5539210b683c13b975;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/text-controls/text-label-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-label-devel.h index 2721dc1..2b53fc5 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-label-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-label-devel.h @@ -92,7 +92,13 @@ namespace Property * @details name "lineCount", type int * @node this property is read-only. */ - LINE_COUNT = OUTLINE + 5 + LINE_COUNT = OUTLINE + 5, + + /** + * @brief line wrap mode when the text lines over layout width. + * @details name "lineWrapMode", type string. + */ + LINE_WRAP_MODE = OUTLINE + 6 }; } // namespace Property