Add Strikethrough Property 88/263388/3
authorShrouq Sabah <s.sabah@samsung.com>
Wed, 1 Sep 2021 15:30:25 +0000 (18:30 +0300)
committerssabah <s.sabah@samsung.com>
Tue, 11 Jan 2022 09:05:42 +0000 (11:05 +0200)
commit464b4f4fbc29e6cc4134885001b9a7ac5d8063f2
treeb8ea5ec9135ec8c27113558c8b5038b8504a8f0a
parentf6e6ab84a8ae8040d7e329406a858f66924c02ef
Add Strikethrough Property

Add Strikethrough Property to TextEditor, TextField and TextLabel
Add InputStrikethrough Property to TextEditor and  TextField
The strikethrough map contains the following keys:

| %Property Name       | Type     | Required | Description                                                                                                        |
|----------------------|----------|----------|--------------------------------------------------------------------------------------------------------------------|
| enable               | BOOLEAN  | No       | True to enable the strikethrough or false to disable (the default value is false)                                  |
| color                | VECTOR4  | No       | The color of the strikethrough (the default value is Color::BLACK)                                                 |
| height               | FLOAT    | No       | The height of the strikethrough (the default value is 0)

Change-Id: I3098a64aba95f4b795c3307852e8aea766445c64
dali-csharp-binder/src/devel-property-wrap.cpp