Skip to content
California, TX 70240 | (1800) 456 7890

云博客

云博客

  • 前端
  • windos
  • 微信
  • 数据库
  • 移动开发
  • 技术杂谈
  • 前端
  • windos
  • 微信
  • 数据库
  • 移动开发
  • 技术杂谈
  • Home
  • WPF button change content size
windos

WPF button change content size

云博小周宇2024年5月5日2023年8月5日1 Min Read
<Button Name="button" Content="Hello" Height="100" Width="200" Click="button_Click_2">

    <Button.ContentTemplate>

        <DataTemplate>

            <Viewbox>

                <TextBlock>MyButton</TextBlock>

            </Viewbox>

        </DataTemplate>

    </Button.ContentTemplate>

</Button>

Copy from https://social.msdn.microsoft.com/Forums/vstudio/en-US/188c196e-90d8-4584-bc62-38d7e008cf5c/how-do-i-resize-button-text-upon-button-resize?forum=wpf

 

Previous PostDelphi Code Editor 之 基本操作
Next PostC# PDF转Word

近期文章

  • 36.VUE — 认识 Webpack 和 安装
  • kubernets kube-proxy的代理 iptables和ipvs
  • nginx + http + svn
  • 基于Docker搭建 Php-fpm + Nginx 环境
  • .net 5+ 知新:【1】 .Net 5 基本概念和开发环境搭建

近期评论

    © 2025. All Rights Reserved.