[PowerRename] Add row highlighting (#14746)

* Add Highlight property to ExplorerItem

* Change property type

* Initialize property

* Update MainWindow.xaml

* Update MainWindow.xaml

* Update MainWindow.xaml

* Updated brush

Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
This commit is contained in:
Niels Laute
2021-12-02 13:02:12 +01:00
committed by GitHub
parent 0e61f41e31
commit a018e0493b
4 changed files with 68 additions and 23 deletions

View File

@@ -12,5 +12,6 @@ namespace PowerRenameUILib
String ImagePath { get; };
Int32 Type;
Boolean Checked;
Windows.UI.Xaml.Visibility Highlight { get; };
}
}