mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
[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:
@@ -12,5 +12,6 @@ namespace PowerRenameUILib
|
||||
String ImagePath { get; };
|
||||
Int32 Type;
|
||||
Boolean Checked;
|
||||
Windows.UI.Xaml.Visibility Highlight { get; };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user