Added text direction property in text-label 87/162287/2
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Thu, 30 Nov 2017 06:27:59 +0000 (15:27 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Thu, 30 Nov 2017 06:51:11 +0000 (15:51 +0900)
 - Left to Right or Right to Left

Change-Id: I55216bd060b513669552dc0339a21d60a674c141

dali-csharp-binder/src/devel-property-wrap.cpp

index e65d09f..37a785c 100755 (executable)
@@ -28,6 +28,7 @@
 #include <dali-toolkit/devel-api/controls/buttons/button-devel.h>
 #include <dali-toolkit/public-api/visuals/visual-properties.h>
 #include <dali-toolkit/public-api/controls/text-controls/hidden-input-properties.h>
+#include <dali-toolkit/devel-api/controls/text-controls/text-label-devel.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -385,6 +386,15 @@ SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_LINE_WRAP_MODE_get() {
   return jresult;
 }
 
+SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_TEXT_DIRECTION_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Toolkit::DevelTextLabel::Property::TEXT_DIRECTION;
+  jresult = (int)result;
+  return jresult;
+}
+
 SWIGEXPORT int SWIGSTDCALL CSharp_TextEditor_Property_LINE_WRAP_MODE_get() {
   int jresult ;
   int result;