所选 XAML 语句的颜色设置名称
Name of color setting for selected XAML statement
当我在 Visual Studio 的 XAML 设计器中单击一个元素时,VS 会在 XAML 文本编辑器中相应的 XAML 语句中添加一个淡淡的突出显示(如下面的 StackPanel 所示)。 Visual Studio 的字体和颜色自定义设置中的这个突出显示是什么?我想改,但是隐藏的很好
应该是工具->选项->字体和颜色->文本编辑器->大括号匹配(矩形)。
So that's technically the correct answer to my question because it does indeed work when I click in the XAML editor. But unfortunately it's revealed a misunderstanding in my question. What I'm actually looking for is the color setting name for the highlight when I click on an element in the XAML designer, which then highlights the XAML statement as seen in the screenshot above.
然后尝试工具->选项->字体和颜色->文本编辑器->非活动选定文本。
当我在 Visual Studio 的 XAML 设计器中单击一个元素时,VS 会在 XAML 文本编辑器中相应的 XAML 语句中添加一个淡淡的突出显示(如下面的 StackPanel 所示)。 Visual Studio 的字体和颜色自定义设置中的这个突出显示是什么?我想改,但是隐藏的很好
应该是工具->选项->字体和颜色->文本编辑器->大括号匹配(矩形)。
So that's technically the correct answer to my question because it does indeed work when I click in the XAML editor. But unfortunately it's revealed a misunderstanding in my question. What I'm actually looking for is the color setting name for the highlight when I click on an element in the XAML designer, which then highlights the XAML statement as seen in the screenshot above.
然后尝试工具->选项->字体和颜色->文本编辑器->非活动选定文本。