feat: use StreamGeometry instead of PathGeometry.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user