FIX. RadGroupBox - set shape to the header is not applied properly
To reproduce:
RadGroupBox1.GroupBoxElement.Header.Fill.Shape = New RoundRectShape(16, True, False, True, False)
Workaround:
RadGroupBox1.GroupBoxElement.Header.Fill.Shape = New OfficeShape()