GridRowTemplate - for future aplying templates

pull/13/head
markosteger 2 years ago
parent 516c4f337e
commit 382e5551b3

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