[Tizen] Add AnchorColor, AnchorClickedColor Property 52/303052/1 accepted/tizen/7.0/unified/20231220.074704 accepted/tizen/7.0/unified/20231220.124909 accepted/tizen/7.0/unified/20231220.134952 accepted/tizen/7.0/unified/20231220.170059
authorBowon Ryu <bowon.ryu@samsung.com>
Mon, 18 Dec 2023 09:45:33 +0000 (18:45 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Tue, 19 Dec 2023 09:33:11 +0000 (18:33 +0900)
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/302984/

Change-Id: Iea7f682b17513a5cd58ce6950b539bb8443af1f8
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali-csharp-binder/src/text-label-wrap.cpp

index 9a5d471..eb5061b 100755 (executable)
@@ -67,11 +67,21 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_ENABLE_FONT_SIZE_SCALE
   return (int)Dali::Toolkit::DevelTextLabel::Property::ENABLE_FONT_SIZE_SCALE;
 }
 
-SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_RELATIVE_LINE_SIZE_get() {
-
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_RELATIVE_LINE_SIZE_get()
+{
   return (int)Dali::Toolkit::DevelTextLabel::Property::RELATIVE_LINE_SIZE;
 }
 
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_ANCHOR_COLOR_get()
+{
+  return (int)Dali::Toolkit::DevelTextLabel::Property::ANCHOR_COLOR;
+}
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TextLabel_Property_ANCHOR_CLICKED_COLOR_get()
+{
+  return (int)Dali::Toolkit::DevelTextLabel::Property::ANCHOR_CLICKED_COLOR;
+}
+
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_TextLabel_GetTextSize(void * pTextLabel, unsigned int start, unsigned int end)
 {
   Dali::Toolkit::TextLabel *textLabel = (Dali::Toolkit::TextLabel *) 0;