WPF学习笔记:给StackPanel加阴影

<StackPanel Orientation="Horizontal">
    <StackPanel.Effect>
        <DropShadowEffect BlurRadius="5" Color="Black" ShadowDepth="0" Opacity="0.5"/>
    </StackPanel.Effect>

    <Image Source="../Assets/Images/google_drive_48px.png" Width="25"/>
    <TextBlock Text="朝夕教育" Foreground="#dd87e8ec" FontSize="13"
               FontWeight="Normal" VerticalAlignment="Center" Margin="10,0"/>
</StackPanel>

相关推荐

  1. WPF学习笔记StackPanel阴影

    2024-06-07 19:40:02       28 阅读
  2. WPF StackPanel

    2024-06-07 19:40:02       60 阅读
  3. 学习使用js指定日期减指定天数

    2024-06-07 19:40:02       31 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-07 19:40:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-07 19:40:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-06-07 19:40:02       87 阅读
  4. Python语言-面向对象

    2024-06-07 19:40:02       96 阅读

热门阅读

  1. 开发常用软件

    2024-06-07 19:40:02       29 阅读
  2. Python一般用什么IDE:深入剖析四大主流选择

    2024-06-07 19:40:02       30 阅读
  3. OpenCV 4.X 使用CvxText在图片显示汉字

    2024-06-07 19:40:02       19 阅读
  4. Less is more VS 精一 [生活感悟]

    2024-06-07 19:40:02       28 阅读
  5. 【学习笔记】Redis-AOF日志重写的机制

    2024-06-07 19:40:02       32 阅读
  6. 【路径规划】三维深度矩阵寻路算法

    2024-06-07 19:40:02       32 阅读
  7. Python做Web:深度剖析与多维评价

    2024-06-07 19:40:02       28 阅读
  8. amis源码 onEvent事件动作 和 Action行为按钮解析

    2024-06-07 19:40:02       36 阅读
  9. 1348:【例4-9】城市公交网建设问题

    2024-06-07 19:40:02       30 阅读
  10. Ant-Design-Vue动态表头并填充数据

    2024-06-07 19:40:02       31 阅读
  11. System-Verilog

    2024-06-07 19:40:02       31 阅读
  12. 重新学习stm32(序)stm32简介

    2024-06-07 19:40:02       26 阅读