我对我的 PSD 有以下影响:-
==============投影==============
- 混合模式:- 相乘
-颜色:黑色
-不透明度:- 50%
-天使:- 90
=========内影=================
-混合模式:- 正常
-白颜色
-不透明度:- 62%
-天使:- 120
=======渐变叠加================
-混合模式:- 正常
-不透明度:- 100%
-天使:- 90
- 开始颜色:- #8a8a8a
-结束颜色:-#ffffff
以下是psd的图片
如何申请 Textblack 我已经应用了以下代码:-
<TextBlock x:Name="lblTitle" Margin="5" Foreground="#FFFFFFFF" FontWeight="Bold" FontSize="20" FontFamily="Arial Bold"
TextOptions.TextFormattingMode="Display" TextAlignment="Left" TextWrapping="Wrap" Text="Tournament: $3 + $0.30 KO Sit and Go">
<TextBlock.Effect>
<DropShadowEffect Color="Black" Opacity="50" Direction="-90" RenderingBias="Quality" ShadowDepth="2" >
</DropShadowEffect>
</TextBlock.Effect>
</TextBlock>