Hi
I want to apply emboss effect on textblock so that the text of textblock appears raised.
Below is the code snippet i tried but not giving any effect and using the shader library i am getting some gray background color.
So can you please help me out
you can write to me on mitesh487@gmail.com
<TextBox FontSize="72">
This is a cool effect
<TextBox.BitmapEffect>
<EmbossBitmapEffect/>
</TextBox.BitmapEffect>
</TextBox>