重命名控件库
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using VariaStudio.Assets;
|
||||
using Melskin.Assets;
|
||||
|
||||
namespace VariaStudio.Controls;
|
||||
namespace Melskin.Controls;
|
||||
|
||||
/// <summary>
|
||||
/// 图标控件:支持 MaterialSymbol / Glyph / ImageSource / Geometry / Drawing / DrawingBrush。
|
||||
@@ -15,7 +15,7 @@ namespace VariaStudio.Controls;
|
||||
/// FontFamily="pack://application:,,,/YourAsm;component/Assets/Fonts/#YourFont"
|
||||
/// Glyph="" FontSize="20"/>
|
||||
///<!-- Image -->
|
||||
///<IconElement ImageSource = "/VariaStudio;component/Assets/Images/add.png" Width="24" Height="24"/>
|
||||
///<IconElement ImageSource = "/Melskin;component/Assets/Images/add.png" Width="24" Height="24"/>
|
||||
///<!-- Geometry -->
|
||||
///<IconElement Geometry = "M0,0 L10,0 10,10 0,10Z"
|
||||
/// GeometryFill="DodgerBlue"
|
||||
|
||||
Reference in New Issue
Block a user