下班 还有一些小问题 1.0版本就可以发布了
This commit is contained in:
12
Resource/DefaultIconfont/MyIcon.xaml
Normal file
12
Resource/DefaultIconfont/MyIcon.xaml
Normal file
@@ -0,0 +1,12 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
>
|
||||
|
||||
<Style x:Key="MyIcon" TargetType="TextBlock">
|
||||
<Setter Property="FontFamily" Value="/GeekDesk;component/Fonts/#iconfont"></Setter>
|
||||
<Setter Property="TextAlignment" Value="Center"/>
|
||||
<Setter Property="HorizontalAlignment" Value="Center"/>
|
||||
<Setter Property="VerticalAlignment" Value="Center"/>
|
||||
<Setter Property="FontSize" Value="20"/>
|
||||
</Style>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user