V
V
Vladimir Yurchenkov2021-11-04 12:44:33
WPF
Vladimir Yurchenkov, 2021-11-04 12:44:33

How to make such a frame in WPF?

Hello

Today, for the first time, I climbed from the usual windows forms into WPF.
Decided to make such a frame, right?

6183a9e8f04a6212718253.jpeg

I made border in border

<Border CornerRadius="7" Background="#000" Padding=".5">
  <Border CornerRadius="7" Background="#28292f" Padding="1">
    <Border CornerRadius="7" Background="#1c1c1c" Padding="1">

    </Border>
  </Border>
</Border>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question