When I click on an element in Visual Studio's XAML designer, VS adds a faint highlight to the corresponding XAML statement in the XAML text editor (as seen for StackPanel below). What's this highlight called in Visual Studio's Fonts and Colors customization settings? I want to change it but it's hiding itself well.
它应该是“工具”->“选项”->“字体和颜色”->“文本编辑器”->“括号匹配(矩形)”。
因此从技术上来说,这是对我的问题的正确答案,因为当我单击XAML编辑器时,它确实可以工作。但是不幸的是,这显示出我的疑问中的一个误解。我真正要寻找的是单击XAML设计器中的元素时突出显示的颜色设置名称,然后突出显示XAML语句,如上面的屏幕快照所示。
然后尝试“工具”->“选项”->“字体和颜色”->“文本编辑器”->“非活动所选文本”。