I want to add transparent or translucent Header in Tizen native Form. In UI Builder it is possible to make translucent header in properties menu of a form. For implementation by programming I searched in Form Header Style
. But couldn't find any hint for coding. I expect your helpful answers.
Thanks.
Asked
Active
Viewed 107 times
2

Eduard Florinescu
- 16,747
- 28
- 113
- 179

Jakaria Rabbi
- 471
- 4
- 16
-
1Have you tried calling `SetBackGroundColor` on your `Form`, with a `Color` that has alpha = 0x80 ? – Michael Dec 07 '13 at 09:27
-
1@Michael please add your comment as an answer. – veritas Nov 27 '14 at 09:19