Add new filter fuatures
This commit is contained in:
14
Filtration.ObjectModel/Enums/IconSize.cs
Normal file
14
Filtration.ObjectModel/Enums/IconSize.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Filtration.ObjectModel.Enums
|
||||
{
|
||||
public enum IconSize
|
||||
{
|
||||
[Description("Largest")]
|
||||
Largest,
|
||||
[Description("Medium")]
|
||||
Medium,
|
||||
[Description("Small")]
|
||||
Small
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user