I had asked this question the other day. Now, I'm trying to apply the same practice to make all my windows
, and have CenterScreen
as it's default WindowStartupLocation
. I've tried typing:
<Style TargetType="Window">
<Setter Property="WindowStartupLocation">
</Setter>
</Style>
However, apparently WindowStartupLocation
isn't a supported property for this. Is there a way to accomplish this that I'm missing, or am I going to have to manually change this for all windows
?