Add new filter fuatures
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Filtration.ObjectModel.Enums;
|
||||
|
||||
namespace Filtration.ThemeEditor.ViewModels
|
||||
{
|
||||
public class IconThemeComponentViewModel : ThemeComponentViewModel
|
||||
{
|
||||
public IconSize IconSize { get; set; }
|
||||
public IconColor IconColor { get; set; }
|
||||
public IconShape IconShape { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user