更新整理
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
|
||||
|
||||
using System.Windows.Markup;
|
||||
|
||||
using WPFluent.Controls;
|
||||
|
||||
using System.Windows.Markup;
|
||||
|
||||
namespace WPFluent.Markup;
|
||||
|
||||
/// <summary>
|
||||
@@ -30,7 +27,7 @@ public class FontIconExtension : MarkupExtension
|
||||
{
|
||||
FontIcon fontIcon = new() { Glyph = Glyph!, FontFamily = FontFamily };
|
||||
|
||||
if(FontSize > 0)
|
||||
if (FontSize > 0)
|
||||
{
|
||||
fontIcon.FontSize = FontSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user