WPF button change content size
Posted fred1987
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WPF button change content size相关的知识,希望对你有一定的参考价值。
<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>
以上是关于WPF button change content size的主要内容,如果未能解决你的问题,请参考以下文章