Add font size theme support & improve theme system
This commit is contained in:
9
Filtration.ObjectModel/IBlockItemWithTheme.cs
Normal file
9
Filtration.ObjectModel/IBlockItemWithTheme.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Filtration.ObjectModel.ThemeEditor;
|
||||
|
||||
namespace Filtration.ObjectModel
|
||||
{
|
||||
public interface IBlockItemWithTheme : IItemFilterBlockItem
|
||||
{
|
||||
ThemeComponent ThemeComponent { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user