1

Is there a way to use Polygon as Container (like grid or panel ) in WPF ?

Ahmed Samir
  • 53
  • 10

1 Answers1

0

You might override the "OnRender" method of a border, to render it in different shapes, and use its child Property.This link might help: How can I draw a border with squared corners in wpf?

Community
  • 1
  • 1
Ramin
  • 2,133
  • 14
  • 22