mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
last stylecop issue
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user