mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-05 04:39:08 +08:00
last stylecop issue
This commit is contained in:
parent
32fb634a4d
commit
107595fcb2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user