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

WPF文字间距

时间:2017-12-26 23:11:22      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:blog   display   alt   代码   bsp   data   one   white   post   

代码:

技术分享图片
<ItemsControl ItemsSource="{Binding Info}" FontFamily="微软雅黑" FontSize="12" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center">
    <ItemsControl.ItemsPanel>
        <ItemsPanelTemplate>
            <StackPanel Orientation="Horizontal"/>
        </ItemsPanelTemplate>
    </ItemsControl.ItemsPanel>
    <ItemsControl.ItemTemplate>
        <DataTemplate>
            <Border Margin="1">
                <ContentPresenter Content="{Binding}"/>
            </Border>
        </DataTemplate>
    </ItemsControl.ItemTemplate>
</ItemsControl>
View Code

 

WPF文字间距

标签:blog   display   alt   代码   bsp   data   one   white   post   

原文地址:https://www.cnblogs.com/s0611163/p/8120456.html

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