GridRowTemplate - for future aplying templates

This commit is contained in:
markosteger 2023-03-09 12:44:57 +01:00
parent 516c4f337e
commit 382e5551b3

View File

@ -0,0 +1,5 @@
namespace Connected.Utilities;
public class GridRowTemplate
{
public Position ImagePosition { get; set; } = Position.Left;
}