Add MIN_LINE_SIZE property 95/233595/2
authorJoogab Yun <joogab.yun@samsung.com>
Sat, 16 May 2020 00:12:47 +0000 (09:12 +0900)
committerjoogab yun <joogab.yun@samsung.com>
Mon, 18 May 2020 01:30:11 +0000 (01:30 +0000)
Change-Id: I84f662efe02826cee2a6300c291f0811420ee7f7

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

index 70a85bf..3a1cac7 100755 (executable)
@@ -466,6 +466,15 @@ SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_MATCH_SYSTEM_LANGUAGE_DIREC
   return jresult;
 }
 
+SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_MIN_LINE_SIZE_get() {
+  int jresult;
+  int result;
+
+  result = (int)Dali::Toolkit::DevelTextLabel::Property::MIN_LINE_SIZE;
+  jresult = (int)result;
+  return jresult;
+}
+
 SWIGEXPORT int SWIGSTDCALL CSharp_TextEditor_Property_LINE_WRAP_MODE_get() {
   int jresult ;
   int result;