如何让Label 在WPF中自适应变化
1个回答
展开全部
动态调整字体大小不容易,但是,
可以使用ViewBox来动态放大整个Label:
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition /> <ColumnDefinition /> <ColumnDefinition /> <ColumnDefinition />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition /> <RowDefinition /> <RowDefinition />
</Grid.RowDefinitions>
<Viewbox Grid.Column="1" Grid.Row="1" >
<Label Background="PeachPuff">追溯系统</Label>
</Viewbox>
</Grid>
可以使用ViewBox来动态放大整个Label:
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition /> <ColumnDefinition /> <ColumnDefinition /> <ColumnDefinition />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition /> <RowDefinition /> <RowDefinition />
</Grid.RowDefinitions>
<Viewbox Grid.Column="1" Grid.Row="1" >
<Label Background="PeachPuff">追溯系统</Label>
</Viewbox>
</Grid>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询