WPF 按钮内容显示图片或者图标,Path

XML 复制代码
<telerik:RadButton
    Name="btn_Reset"
    Grid.Column="1"
    Margin="2"
    FontSize="15">
    <Grid Background="Transparent">
        <Grid.RowDefinitions>
            <RowDefinition Height="1.3*" />
            <RowDefinition />
        </Grid.RowDefinitions>
        <Path
            Width="20"
            Height="20"
            Margin="1"
            Data="{StaticResource ResetFlowGeometry}"
            Fill="{telerik:VisualStudio2019Resource ResourceKey=IconBrush}"
            Stretch="Uniform" />
        <ContentPresenter Grid.Row="1" Content="复位" />
    </Grid>
</telerik:RadButton>

path可以换成image就可以显示图片了。

此种方法只是简单替换 Button 的内容为 Image,未涉及模板(ControlTemplate或DataTemplate)

在需要保持第三方原有样式时候非常好用

如果Path不显示,试一下: Stretch="Uniform"

相关推荐
DreamLife☼5 小时前
复杂Agent系统架构设计
系统架构·wpf·agent·组件·设计·构架·说明
SamChan9011 小时前
PDF翻译服务端到端基准测试:4款主流方案的吞吐量、延迟、内存占用对比
服务器·网络·python·ai·pdf·wpf
bugcome_com11 小时前
Avalonia 控件模板实战:从 WPF 迁移自定义 Button 样式的完整指南
wpf
七夜zippoe11 小时前
DolphinDB 故障排查实战:系统、数据库与集群常见问题诊断
数据库·wpf·集群·常见问题·故障排查·dolphindb
dalong101 天前
WPF:箭头绘制程序
wpf·自定义绘制
张工在路上2 天前
WPF 布局基础概述
大数据·hadoop·wpf
迪飞特科技3 天前
分布式事务下 Spring 声明式事务失效的 3 种修复方案
分布式·spring·wpf
2601_962174176 天前
Redis 简介
数据库·redis·wpf
SamChan907 天前
Python+PyMuPDF提取PDF表格并翻译:表格结构检测与双语重建实战
windows·python·ai·pdf·wpf
SamChan907 天前
Python+OpenCV检测PDF翻译后排版偏移:像素级格式一致性验证
python·opencv·ai·pdf·wpf