M
M
Mikhail2019-08-23 01:47:15
WPF
Mikhail, 2019-08-23 01:47:15

How to remove the standard glow from the program window in WPF?

Every application has a standard border (or glow) - g.recordit.co/sqd4xGu7on.gif
When an application is inactive, it is white. When you select an app, it turns blue (I guess it depends on the OS theme color). The question is how to remove it ? As I understand it, this functionality has nothing to do with the border property. Just in case, I am attaching the markup code, although it should not affect anything:

<Window>
    <Grid>
        <TextBox"/>
    </Grid>
</Window>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cyber_roach, 2019-08-23
@makarychev13

The OS, not WPF, is responsible for the frame of standard windows,
but it can be changed or removed, read here:
https://docs.microsoft.com/en-us/dotnet/api/system...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question