DropShadowEffect(阴影效果)
<TextBlock Text="阴影效果" FontSize="32" Canvas.Top="50">
<TextBlock.Effect>
<DropShadowEffect Color="Black" BlurRadius="10"></DropShadowEffect>
</TextBlock.Effect>
</TextBlock>
属性:
Color 阴影的颜色
ShadowDepth 确定阴影离开内容的距离,0的时候是晕圈
Opacity 阴影的透明效果,取值0~1
Direction 阴影相对于内容的方向,取值0~360,0时在右侧,数值增加,逆时针转动
BlurRadius 模糊半径,以像素为单位的正直,标识模糊开始处到边缘的距离
BlurEffect (模糊效果)
<TextBlock Padding="10" Text="设置模糊" FontSize="32" Background="#999">
<TextBlock.Effect>
<BlurEffect Radi