last stylecop issue

This commit is contained in:
Clint Rutkas 2019-12-12 15:18:31 -08:00
parent 32fb634a4d
commit 107595fcb2

View File

@ -17,8 +17,9 @@ namespace FancyZonesEditor
{
private static readonly RotateTransform _rotateTransform = new RotateTransform(90, 24, 24);
public int Index;
public LayoutModel Model;
public int Index { get; set; }
public LayoutModel Model { get; set; }
private Orientation _orientation;