feat: use StreamGeometry instead of PathGeometry.

This commit is contained in:
Zhang Dian
2024-03-15 17:09:23 +08:00
parent cc37067faf
commit 626794a114
6 changed files with 14 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ namespace Ursa.Demo.Converters;
public class IconNameConverter: IValueConverter
{
[Content]
public Dictionary<string, PathGeometry> Paths { get; set; } = new();
public Dictionary<string, StreamGeometry> Paths { get; set; } = new();
public object? Convert(object? value, Type targetType, object? parameter, CultureInfo culture)
{