The shape of a panel's border box, generalising <c>border-radius</c> from rounded corners to an
arbitrary polygon or a circle. Like <c>border-radius</c>, it shapes what the panel itself paints -
background, borders and hit testing - and does not clip descendants; that stays the job of
Sandbox.UI.OverflowMode. Polygons currently support up to Sandbox.UI.BorderShape.MaxPoints vertices.