[NUI] Add AnchorColor Property
authorBowon Ryu <bowon.ryu@samsung.com>
Mon, 18 Dec 2023 10:27:33 +0000 (19:27 +0900)
committertscholb <scholb.kim@samsung.com>
Wed, 27 Dec 2023 08:11:59 +0000 (17:11 +0900)
commit959ebefa06bfe205efd05e403fb4b39c2d762fd0
treeb4d4ac42347d364bc34e238f157f61c4be4c0c60
parent867d9e520b33ba2401cd0e2d1aad6e167b50a5d2
[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