[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 11:45:10 +0000 (20:45 +0900)
commitf87c570ca9b2711232b1b3ffcd74fbe57d8a8a47
tree76db7145c9a728abaa0df7b8bcd3a4f1fe5b4c78
parente11b849ea4a2da6bda53f6d676549e8cb8a74ff6
[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