码迷,mamicode.com
首页 > Windows程序 > 详细

2018-8-10-WPF-checkbox文字下掉

时间:2019-12-21 09:25:37      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:lob   span   dex   ref   csdn   targe   details   user   ble   

原文:2018-8-10-WPF-checkbox文字下掉

title author date CreateTime categories
WPF checkbox文字下掉
lindexi
2018-08-10 19:16:53 +0800
2018-2-13 17:23:3 +0800
WPF

技术图片

可以使用

<Style TargetType="CheckBox">
            <Setter Property="Margin" Value="10,10,10,10"></Setter>
            <Setter Property="VerticalAlignment" Value="Center" />
            <Setter Property="FontSize" Value="10" />
        </Style>
        <Style TargetType="{x:Type TextBlock}">
            <Setter Property="Margin" Value="1,1,1,1" />
        </Style>
                <CheckBox Grid.Row="0" Grid.Column="1"  >
                    <TextBlock Text="内容" />
                </CheckBox>

https://dotblogs.com.tw/v6610688/2014/04/21/xaml_checkbox_content_alignment&prev=searc

博客blog.csdn.net/lindexi_gd

2018-8-10-WPF-checkbox文字下掉

标签:lob   span   dex   ref   csdn   targe   details   user   ble   

原文地址:https://www.cnblogs.com/lonelyxmas/p/12075892.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!