[NUI] Add AnchorColor Property
authorBowon Ryu <bowon.ryu@samsung.com>
Mon, 18 Dec 2023 10:27:33 +0000 (19:27 +0900)
committerBowon Ryu <wonrst22@naver.com>
Tue, 19 Dec 2023 10:18:29 +0000 (19:18 +0900)
commit52885bf166481582f430b8f2f89a1fd8a68b0a69
tree47f735160ac26278a5c1af95c20891b1aa3abd58
parentde18913ebeeaced2ac801e327ad3970f3e42e175
[NUI] Add AnchorColor Property

AnchorColor(or AnchorClickedColor) property is
used as the default color of the markup anchor tag.

If there is a color attribute in the markup anchor tag,
the markup attribute takes precedence.

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/302984/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/302985/

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/Style/TextLabelStyle.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabelBindableProperty.cs
src/Tizen.NUI/src/public/Theme/DefaultThemeCommon.cs