【C#】WPF Button引用TTF字体图标库

<Button
    x:Name="Button_UserManage"
    Width="30"
    Height="30"
    Content="&#xe73e;"
    Cursor="Hand"
    FontFamily="/Resources/#iconfont"
    FontSize="30"
    ToolTip="设置" />
posted @ 2024-06-19 08:42  qiutian-hao  阅读(59)  评论(0)    收藏  举报