I have a gradient background for my window
<Window.Background>
        <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
            <GradientStop Offset="0" Color="White" />
            <GradientStop Offset="0" Color="Black" />
        </LinearGradientBrush>
    <开发者_开发知识库;/Window.Background>
I would like to replace the black gradient stop with the system color for control faces (the color buttons and dialog boxes are by default)
Whats the syntax?
You can specify a Color through the static-extension:
<GradientStop Offset="0" Color="{x:Static SystemColors.ActiveBorderColor}" />
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论